1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

some comments

This commit is contained in:
Michael Shanks 2020-08-18 21:04:42 +01:00
parent 0b74340853
commit 993c9a56ad
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 = [