Skip to content

Commit 50af185

Browse files
committed
typo
1 parent 102a0c2 commit 50af185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor-script-atlas/atlas.editor_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ local dialog = editor.ui.component(function(props)
5151
editor.ui.dialog_button({
5252
text = "Add",
5353
enabled = name ~= "",
54-
defualt = true,
54+
default = true,
5555
result = name
5656
}),
5757
}

0 commit comments

Comments
 (0)