Skip to content

Commit

Permalink
Merge branch 'custom-http-headers' of https://github.com/ClickHouse/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Jan 22, 2024
2 parents 54b70fc + 63363d0 commit 361d9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CHConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export const ConfigEditor: React.FC<ConfigEditorProps> = (props) => {
<Input
value={jsonData.path || ''}
name="path"
width={40}
width={80}
onChange={onUpdateDatasourceJsonDataOption(props, 'path')}
label={labels.path.label}
aria-label={labels.path.label}
Expand Down

0 comments on commit 361d9b1

Please sign in to comment.