1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

some comments

This commit is contained in:
Michael Shanks 2020-08-18 21:04:42 +01:00
parent b589d3c3ed
commit 703d2bb29a
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@
const ok = () => {
const result = onOk()
// allow caller to return false, to cancel the "ok"
if (result === false) return
hide()
}

View file

@ -3,7 +3,7 @@ import OptionSelect from "./OptionSelect.svelte"
import FlatButtonGroup from "./FlatButtonGroup.svelte"
import Colorpicker from "@budibase/colorpicker"
/*
TODO: Allow for default values for all proproperties
TODO: Allow for default values for all properties
*/
export const layout = [