mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
Remove dialog effects (#3972)
* remove dialog effects * remove dialog effects
This commit is contained in:
@@ -77,10 +77,6 @@ export class SetInfoDrawerStateAction implements Action {
|
||||
constructor(public payload: boolean) {}
|
||||
}
|
||||
|
||||
export class CloseModalDialogsAction implements Action {
|
||||
readonly type = AppActionTypes.CloseModalDialogs;
|
||||
}
|
||||
|
||||
export class SetRepositoryInfoAction implements Action {
|
||||
readonly type = AppActionTypes.SetRepositoryInfo;
|
||||
|
||||
|
Reference in New Issue
Block a user