bugfix
This commit is contained in:
parent
830b69fd89
commit
53f18b6c84
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import { ButtonVariantType } from '@/components/ui/Button'
|
import { ButtonVariantType } from '@/components/ui/Button'
|
||||||
|
|
||||||
export const backendBaseUrl = 'http://localhost:9621'
|
export const backendBaseUrl = ''
|
||||||
export const webuiPrefix = '/webui/'
|
export const webuiPrefix = '/webui/'
|
||||||
|
|
||||||
export const controlButtonVariant: ButtonVariantType = 'ghost'
|
export const controlButtonVariant: ButtonVariantType = 'ghost'
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@
|
||||||
"common": {
|
"common": {
|
||||||
"cancel": "Annuler"
|
"cancel": "Annuler"
|
||||||
},
|
},
|
||||||
|
|
||||||
"documentPanel": {
|
"documentPanel": {
|
||||||
"clearDocuments": {
|
"clearDocuments": {
|
||||||
"button": "Effacer",
|
"button": "Effacer",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue