fix ExecuteQuery to use Layout

This commit is contained in:
Keviin Åberg Kultalahti 2021-04-28 15:20:03 +02:00
parent 6c5b0f88b9
commit 7bb1ca48f9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
} }
</script> </script>
<Layout gap="S"> <Layout noGap noPadding>
<Label>Datasource</Label> <Label>Datasource</Label>
<Select <Select
bind:value={parameters.datasourceId} bind:value={parameters.datasourceId}