File tree Expand file tree Collapse file tree 3 files changed +136
-196
lines changed
Expand file tree Collapse file tree 3 files changed +136
-196
lines changed Original file line number Diff line number Diff line change 2929 "@codemirror/lang-javascript" : " ^6.2.1" ,
3030 "@emotion/react" : " 11.11.4" ,
3131 "@emotion/styled" : " 11.11.5" ,
32- "@graasp/apps-query-client" : " ^3.4.8 " ,
33- "@graasp/sdk" : " 4.5.0 " ,
32+ "@graasp/apps-query-client" : " ^3.4.11 " ,
33+ "@graasp/sdk" : " 4.7.2 " ,
3434 "@graasp/ui" : " 4.15.0" ,
3535 "@mui/icons-material" : " 5.15.15" ,
3636 "@mui/lab" : " 5.0.0-alpha.170" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export const mockMembers: CompleteMember[] = [
2222 type : 'individual' ,
2323 createdAt : new Date ( '1996-09-08T19:00:00' ) . toISOString ( ) ,
2424 updatedAt : new Date ( ) . toISOString ( ) ,
25+ enableSaveActions : true ,
2526 } ,
2627 {
2728 id : 'mock-member-id-2' ,
@@ -31,12 +32,14 @@ export const mockMembers: CompleteMember[] = [
3132 type : 'individual' ,
3233 createdAt : new Date ( '1995-02-02T15:00:00' ) . toISOString ( ) ,
3334 updatedAt : new Date ( ) . toISOString ( ) ,
35+ enableSaveActions : true ,
3436 } ,
3537] ;
3638
3739export const mockItem : DiscriminatedItem = {
3840 id : '1234-1234-1234-5678' ,
3941 name : 'app-collaborative-ideation' ,
42+ displayName : 'App Collaborative Ideation' ,
4043 description : null ,
4144 path : '' ,
4245 type : ItemType . APP ,
You can’t perform that action at this time.
0 commit comments