Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/views/ConfigEditor/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export function ConfigEditor(props: Props) {
<InlineField
label="Configure AdHoc Filters request"
labelWidth={32}
tooltip="To be able to configure request properfly please use macroses {field} {database} {table}"
tooltip="To be able to configure request properly please use macroses {field} {database} {table}"
>
<div style={{ position: 'relative', minWidth: '600px' }}>
<CodeEditor
Expand Down