Enable data type only for snapshots
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
type Translator = (s: string) => string;
|
||||
|
||||
export const snapshotTypes = [
|
||||
"RISKS",
|
||||
"VENDORS",
|
||||
"ASSETS",
|
||||
"DATA",
|
||||
"NON_CONFORMITY_REGISTRIES",
|
||||
"COMPLIANCE_REGISTRIES"
|
||||
] as const;
|
||||
|
||||
export function getSnapshotTypeLabel(__: Translator, type: string | null | undefined) {
|
||||
|
||||
Reference in New Issue
Block a user