Skip to content

Commit b8ebaf2

Browse files
committed
Disable validation of Connection Setting form to work around CSP error
1 parent f033016 commit b8ebaf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/redux-devtools-app/src/components/Settings/Connection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export class Connection extends Component<Props, State> {
128128
submitText={disabled ? 'Disconnect' : 'Connect'}
129129
formData={this.state.formData}
130130
schema={this.state.schema}
131+
noValidate
131132
uiSchema={uiSchema}
132133
onChange={this.handleChange}
133134
onSubmit={this.handleSave}

0 commit comments

Comments
 (0)