Skip to content
Snippets Groups Projects

[TOB-390] feat: Add deletion of document types and tags functionality

61 files
+ 1087
115
Compare changes
  • Side-by-side
  • Inline
Files
61
@@ -14,4 +14,6 @@
export interface IAPIAttachmentTag {
label: string;
id: string;
standard?: boolean;
disabled?: boolean;
}
Loading