upd: change formlink handling
This commit is contained in:
parent
0158b6fc1b
commit
304a91a474
2 changed files with 10 additions and 10 deletions
|
|
@ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<FormSection>
|
||||
<div class="_gaps_m">
|
||||
<FormLink @click="chooseUploadFolder()">
|
||||
<FormLink to="" @click="chooseUploadFolder()">
|
||||
{{ i18n.ts.uploadFolder }}
|
||||
<template #suffix>{{ uploadFolder ? uploadFolder.name : '-' }}</template>
|
||||
<template #suffixIcon><i class="ph-folder ph-bold ph-lg"></i></template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue