We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad68fb commit 4e3d87fCopy full SHA for 4e3d87f
src/redux/reducer.type.ts
@@ -6,7 +6,6 @@
6
*/
7
import { ElementType } from '@gridsuite/commons-ui';
8
import { UUID } from 'crypto';
9
-import { ElementAttributes } from '@gridsuite/commons-ui';
10
11
type UserProfile = {
12
sub: string;
@@ -49,7 +48,7 @@ export interface ITreeData {
49
48
50
export interface ReduxState {
51
activeDirectory: UUID;
52
- selectedDirectory: ElementAttributes;
+ selectedDirectory: IDirectory;
53
treeData: ITreeData;
54
user: IUser;
55
}
0 commit comments