Skip to content

Commit 7b7a877

Browse files
committed
formatting
1 parent 37d5790 commit 7b7a877

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Custom/RJSFFormFieldAdapter/CustomPriorityBoundsField.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ const CustomPriorityBoundsField = (props) => {
122122
const priorityType = props.name?.includes("highPriorityBounds")
123123
? "high"
124124
: props.name?.includes("mediumPriorityBounds")
125-
? "medium"
126-
: props.name?.includes("lowPriorityBounds")
127-
? "low"
128-
: "default";
125+
? "medium"
126+
: props.name?.includes("lowPriorityBounds")
127+
? "low"
128+
: "default";
129129

130130
const formData = props.formData || [];
131131
const { priorityBoundsData, updatePriorityBounds } = usePriorityBoundsData();

0 commit comments

Comments
 (0)