diff --git a/frontend/src/components/Domain/ShareDomainDialog.vue b/frontend/src/components/Domain/ShareDomainDialog.vue
index 0b3aa49..30dfe15 100644
--- a/frontend/src/components/Domain/ShareDomainDialog.vue
+++ b/frontend/src/components/Domain/ShareDomainDialog.vue
@@ -7,12 +7,6 @@
-
-
- {{ props.domain.url }}
-
-
-
+
@@ -38,12 +33,6 @@
-
-
@@ -108,6 +97,7 @@ watch(
async (newValue) => {
visible.value = newValue;
sharedUsers.value = [];
+ canSharedUserFilter.value = undefined
if (newValue) {
await loadShared();
}
@@ -192,7 +182,7 @@ const itemToDisplay = (item: IUser) => {