1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Fix REST Import

This commit is contained in:
Rory Powell 2022-03-01 07:36:47 +00:00
parent 87403f6a99
commit 01e97b0fda

View file

@ -60,7 +60,7 @@ export function createQueriesStore() {
})
return savedQuery
},
import: async (data, datasourceId) => {
import: async ({ data, datasourceId }) => {
return await API.importQueries({
datasourceId,
data,