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
1 changed files with 1 additions and 1 deletions

View File

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