v2-ui #84

Merged
Vishnu merged 53 commits from v2-ui into main 2025-05-10 13:42:19 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 82d3a696d1 - Show all commits

View File

@ -197,7 +197,7 @@ interface StorageUnitStatus extends StorageEventSchema {
interface MaterialSchema {
materialId: string;
materialName: stri9ng;
materialName: string;
materialType: string;
isActive: boolean;
isVisible: boolean;