Add more fields to shared links management screen

This commit is contained in:
Tom Moor
2023-11-05 13:39:34 -05:00
parent 9be180d44d
commit 7b88547051
6 changed files with 70 additions and 30 deletions

View File

@@ -27,6 +27,10 @@ class Share extends Model {
@observable
urlId: string;
@Field
@observable
domain: string;
@observable
documentTitle: string;