We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102a0c2 commit 50af185Copy full SHA for 50af185
editor-script-atlas/atlas.editor_script
@@ -51,7 +51,7 @@ local dialog = editor.ui.component(function(props)
51
editor.ui.dialog_button({
52
text = "Add",
53
enabled = name ~= "",
54
- defualt = true,
+ default = true,
55
result = name
56
}),
57
}
0 commit comments