Skip to content

Commit e4bffca

Browse files
Put back TypeScript error suppression for node input in CreateVolume component. Appear unused in linter but trigger error in ci
1 parent 1f8f771 commit e4bffca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/containers/CreateVolume.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ const CreateVolume = (props) => {
731731
})}
732732
required
733733
helpErrorPosition="bottom"
734+
// @ts-expect-error - FIXME when you are working on it
734735
error={touched.node && errors.node}
735736
id="node_input"
736737
content={

0 commit comments

Comments
 (0)