lint
This commit is contained in:
parent
0e4222c02b
commit
cb20672f0b
2 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,8 @@ export const useAdminSettingsStore = defineStore('adminSettings', {
|
|||
this.setInstanceAdminSettings({
|
||||
credentials: useOAuthStore().token,
|
||||
backendDbConfig,
|
||||
}))
|
||||
}),
|
||||
)
|
||||
.catch(({ statusCode, statusText }) => {
|
||||
if (statusCode === 400) {
|
||||
if (/configurable_from_database/.test(statusText)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue