1
0
Fork 0
mirror of synced 2024-08-09 07:08:01 +12:00
This commit is contained in:
Adria Navarro 2023-06-06 12:17:56 +01:00
parent 57a41e49bf
commit 1f428bd5c2

View file

@ -29,7 +29,7 @@ import {
} from "@budibase/types" } from "@budibase/types"
import sdk from "../../sdk" import sdk from "../../sdk"
import { builderSocket } from "../../websockets" import { builderSocket } from "../../websockets"
import { setupCreationAuth as googleSetupCreationAuth } from "src/integrations/googlesheets" import { setupCreationAuth as googleSetupCreationAuth } from "../../integrations/googlesheets"
function getErrorTables(errors: any, errorType: string) { function getErrorTables(errors: any, errorType: string) {
return Object.entries(errors) return Object.entries(errors)