[ACS-5645]fixes for lint

This commit is contained in:
Yasa-Nataliya
2023-10-09 20:22:06 +05:30
parent 337241d43a
commit c249199cc1
@@ -51,7 +51,7 @@ export const mockGroupProperties = [
} }
], ],
editable: true, editable: true,
expanded: true, expanded: true
}, },
{ {
title: 'CUSTOM', title: 'CUSTOM',
@@ -73,6 +73,6 @@ export const mockGroupProperties = [
} }
], ],
editable: true, editable: true,
expanded: true, expanded: true
} }
]; ];