Skip to content

Commit 5b077ed

Browse files
author
unknown
committed
fixed a typo
1 parent 8871be9 commit 5b077ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties_pane/model_level/modelLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ making sure that you maintain a proper JSON format.
261261
"propertyTooltip": "\nIf the constraint is INITIALLY IMMEDIATE, it is checked after each statement. This is the default. If the constraint is INITIALLY DEFERRED, it is checked only at the end of the transaction",
262262
"propertyType": "select",
263263
"defaultValue": "",
264-
"options": ["", "INITIALLY IMMEDIATE", "INITIALLY DEFERRED"]б
264+
"options": ["", "INITIALLY IMMEDIATE", "INITIALLY DEFERRED"],
265265
"dependency": {
266266
"key": "customProperties.deferrable",
267267
"value": "DEFERRABLE"

0 commit comments

Comments
 (0)