* chore private and public views required changes * fix slight alignment of view icons * add feedback for update View button * fix object reference sharing by using cloneDeep to replicate objects * addressing review comments
4 lines
49 B
TypeScript
4 lines
49 B
TypeScript
export enum EViewAccess {
|
|
PRIVATE,
|
|
PUBLIC,
|
|
}
|