Skip to content

Commit 7d33646

Browse files
authored
Small fix for connections radio (#4147)
1 parent 3c8581c commit 7d33646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/modelServing/screens/projects/InferenceServiceModal/ConnectionSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ export const ConnectionSection: React.FC<Props> = ({
369369
setData('storage', {
370370
...data.storage,
371371
type: InferenceServiceStorageType.NEW_STORAGE,
372+
dataConnection: '',
372373
uri: undefined,
373374
alert: undefined,
374375
});

0 commit comments

Comments
 (0)