Skip to content

Commit 4e3d87f

Browse files
author
Hugo Marcellin
committed
Rollback change
1 parent fad68fb commit 4e3d87f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/redux/reducer.type.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77
import { ElementType } from '@gridsuite/commons-ui';
88
import { UUID } from 'crypto';
9-
import { ElementAttributes } from '@gridsuite/commons-ui';
109

1110
type UserProfile = {
1211
sub: string;
@@ -49,7 +48,7 @@ export interface ITreeData {
4948

5049
export interface ReduxState {
5150
activeDirectory: UUID;
52-
selectedDirectory: ElementAttributes;
51+
selectedDirectory: IDirectory;
5352
treeData: ITreeData;
5453
user: IUser;
5554
}

0 commit comments

Comments
 (0)