Skip to content

Commit d57fef5

Browse files
committed
Formatting
1 parent 345b847 commit d57fef5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fission/src/ui/panels/configuring/CreateNewMatchModeConfigPanel.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ const FIELD_CONFIGS: Record<string, FieldConfig> = {
106106
type: "checkbox",
107107
},
108108
sideMaxExtension: {
109-
defaultValue: fallbackConfig.sideMaxExtension === Number.MAX_SAFE_INTEGER ? 0.5 : fallbackConfig.sideMaxExtension,
109+
defaultValue:
110+
fallbackConfig.sideMaxExtension === Number.MAX_SAFE_INTEGER ? 0.5 : fallbackConfig.sideMaxExtension,
110111
rules: [VALIDATION_RULES.nonNegativeNumber("Side max extension must be a non-negative number")],
111112
type: "decimal",
112113
},

0 commit comments

Comments
 (0)