cleanup forms

This commit is contained in:
Ildar Kamalov
2025-01-21 16:52:12 +03:00
parent 70aeee3037
commit 254b25a026
13 changed files with 143 additions and 143 deletions

View File

@@ -52,7 +52,7 @@ interface ModalProps {
handleClose: (...args: unknown[]) => unknown;
processingAdding: boolean;
processingUpdating: boolean;
tagsOptions: unknown[];
tagsOptions: { label: string; value: string }[];
t: (...args: unknown[]) => string;
clientId?: string;
}