1
0
Fork 0
mirror of synced 2024-09-03 11:11:49 +12:00

Update custom datasource label to 'JSON / CSV'

This commit is contained in:
Andrew Kingston 2023-10-09 16:03:12 +01:00
parent a781860b1c
commit 513aaf1174

View file

@ -142,7 +142,7 @@
}) })
$: custom = { $: custom = {
type: "custom", type: "custom",
label: "Custom", label: "JSON / CSV",
} }
const handleSelected = selected => { const handleSelected = selected => {