Skip to content
Snippets Groups Projects
Commit dadc7940 authored by Sjoerd's avatar Sjoerd
Browse files

chore: remove vis switching button

parent 29aa338c
No related branches found
No related tags found
1 merge request!280chore: remove vis switching button
Pipeline #140489 passed
......@@ -80,17 +80,6 @@ export function VisualizationSettings({}: Props) {
}}
/>
</div>
<Input
type="dropdown"
size="xs"
options={VISUALIZATION_TYPES}
value={activeVisualization?.id}
onChange={(val) => {
updateSettings({ id: val });
}}
label="Type"
inline
/>
<Input
type="text"
size="sm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment