Removed references to tagsMode setting

This commit is contained in:
Alejandro Celaya
2022-12-17 19:59:55 +01:00
parent 37caa1ad19
commit 170f45d46b
3 changed files with 0 additions and 16 deletions

View File

@@ -28,8 +28,6 @@ export interface ShortUrlCreationSettings {
forwardQuery?: boolean;
}
export type TagsMode = 'cards' | 'list';
export interface UiSettings {
theme: Theme;
}
@@ -40,7 +38,6 @@ export interface VisitsSettings {
export interface TagsSettings {
defaultOrdering?: TagsOrder;
defaultMode?: TagsMode;
}
export interface ShortUrlsListSettings {