Append auth on verification
This commit is contained in:
parent
911a072069
commit
d6473aab87
|
@ -25,6 +25,7 @@ import {
|
|||
DatasourcePlus,
|
||||
} from "@budibase/types"
|
||||
import sdk from "../../sdk"
|
||||
import _ from "lodash"
|
||||
|
||||
function getErrorTables(errors: any, errorType: string) {
|
||||
return Object.entries(errors)
|
||||
|
|
Loading…
Reference in New Issue