changes and improvements

This commit is contained in:
Daniel
2023-06-24 16:47:24 +03:30
parent 3abea1d1b7
commit c00c2dcd60
10 changed files with 81 additions and 46 deletions
+2
View File
@@ -16,6 +16,7 @@ type Modal =
modal: "LINK";
state: boolean;
method: "CREATE";
isOwner?: boolean;
active?: LinkIncludingShortenedCollectionAndTags;
defaultIndex?: number;
}
@@ -23,6 +24,7 @@ type Modal =
modal: "LINK";
state: boolean;
method: "UPDATE";
isOwner: boolean;
active: LinkIncludingShortenedCollectionAndTags;
defaultIndex?: number;
}