upd: change formlink handling

This commit is contained in:
Mar0xy 2023-12-03 20:01:05 +01:00
parent 0158b6fc1b
commit 304a91a474
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 10 additions and 10 deletions

View file

@ -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>