diff --git a/frontend/src/components/sharing/LinkSharing.vue b/frontend/src/components/sharing/LinkSharing.vue index 7e69221ac..ac4df074c 100644 --- a/frontend/src/components/sharing/LinkSharing.vue +++ b/frontend/src/components/sharing/LinkSharing.vue @@ -24,67 +24,39 @@ v-if="showNewForm" class="p-4" > -
- -
-
- -
-
-
-
- -
- +
+
-
-
- -
- -
-
+ + +

-
-
- -
-
+ + +
@@ -222,6 +190,7 @@ import {ref, watch, computed, shallowReactive} from 'vue' import {useI18n} from 'vue-i18n' import {PERMISSIONS} from '@/constants/permissions' +import FormField from '@/components/input/FormField.vue' import LinkShareModel from '@/models/linkShare' import type {ILinkShare} from '@/modelTypes/ILinkShare'