mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Revert changes from dev-durse-ADF-5378-integration (#2112)
* revert changes from dev-durse-ADF-5378-integration * remove comma
This commit is contained in:
@@ -28,8 +28,7 @@ import { Action } from '@ngrx/store';
|
||||
export enum UploadActionTypes {
|
||||
UploadFiles = 'UPLOAD_FILES',
|
||||
UploadFolder = 'UPLOAD_FOLDER',
|
||||
UploadFileVersion = 'UPLOAD_FILE_VERSION',
|
||||
UploadImage = 'UPLOAD_IMAGE'
|
||||
UploadFileVersion = 'UPLOAD_FILE_VERSION'
|
||||
}
|
||||
|
||||
export class UploadFilesAction implements Action {
|
||||
@@ -44,12 +43,6 @@ export class UploadFolderAction implements Action {
|
||||
constructor(public payload: any) {}
|
||||
}
|
||||
|
||||
export class UploadNewImageAction implements Action {
|
||||
readonly type = UploadActionTypes.UploadImage;
|
||||
|
||||
constructor(public payload: any) {}
|
||||
}
|
||||
|
||||
export class UploadFileVersionAction implements Action {
|
||||
readonly type = UploadActionTypes.UploadFileVersion;
|
||||
|
||||
|
Reference in New Issue
Block a user