1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +12:00

fix - rest api datasource not accepting parameters

This commit is contained in:
Mike Shanks 2021-05-12 10:17:47 +01:00
parent 2ef1586d4d
commit 93596311bb

View file

@ -55,5 +55,6 @@
height={200}
{query}
schema={fetchQueryDefinition(query)}
editable={false} />
editable={false}
{datasource} />
{/if}