1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Fix REST Import

This commit is contained in:
Rory Powell 2022-03-01 07:36:47 +00:00
parent 2f7ca2518c
commit c1a2836dd1

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,