fixed bug in default URL separator selector.
This commit is contained in:
parent
5075571c1c
commit
e2e6619534
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ const getSeparatorsName = (value) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const showAdvanced = useStorage('show_advanced', false)
|
const showAdvanced = useStorage('show_advanced', false)
|
||||||
const separator = useStorage('url_separator', separators[0])
|
const separator = useStorage('url_separator', separators[0].value)
|
||||||
|
|
||||||
const addInProgress = ref(false)
|
const addInProgress = ref(false)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue