Goto on new
This commit is contained in:
parent
e3c560e0c0
commit
5288a142fb
|
@ -9,6 +9,7 @@
|
|||
Layout,
|
||||
} from "@budibase/bbui"
|
||||
import { goto } from "@roxi/routify"
|
||||
import { appStore } from "@/stores/builder"
|
||||
|
||||
export let authConfigId: string | undefined
|
||||
export let authConfigs: { label: string; value: string }[]
|
||||
|
@ -23,7 +24,9 @@
|
|||
}
|
||||
|
||||
function addBasicConfiguration() {
|
||||
$goto(`../../datasource/${datasourceId}?&tab=Authentication`)
|
||||
$goto(
|
||||
`/builder/app/${$appStore.appId}/data/datasource/${datasourceId}?&tab=Authentication`
|
||||
)
|
||||
}
|
||||
|
||||
function selectConfiguration(id: string) {
|
||||
|
|
Loading…
Reference in New Issue