Merge branch 'develop' into feature/update-permission-ui

This commit is contained in:
Tiago Ribeiro
2024-07-30 23:20:16 +01:00
10 changed files with 906 additions and 989 deletions

View File

@@ -4,7 +4,7 @@ import ReactSelect, {GroupBase, StylesConfig} from "react-select";
interface Option {
[key: string]: any;
value: string;
value: string | null;
label: string;
}