Add missing PropTypes
This commit is contained in:
@@ -452,8 +452,8 @@ export const addFile = (payload) =>
|
||||
export const addFileHistory = (fileHistory) =>
|
||||
{
|
||||
return {
|
||||
type: 'ADD_FILE_HISTORY',
|
||||
payload: { fileHistory }
|
||||
type : 'ADD_FILE_HISTORY',
|
||||
payload : { fileHistory }
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user