diff options
Diffstat (limited to 'src/state/models/ui')
-rw-r--r-- | src/state/models/ui/shell.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/ui/shell.ts b/src/state/models/ui/shell.ts index e5fd5d426..92d028c79 100644 --- a/src/state/models/ui/shell.ts +++ b/src/state/models/ui/shell.ts @@ -102,6 +102,7 @@ export interface RepostModal { export interface SelfLabelModal { name: 'self-label' labels: string[] + hasMedia: boolean onChange: (labels: string[]) => void } |