removed lodash
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export function hasDataChanged(isCreateMode, originalContent, newContent){
|
||||
if (isCreateMode) {
|
||||
return false;
|
||||
}
|
||||
return JSON.stringify(originalContent) !== JSON.stringify(newContent);
|
||||
}
|
||||
Reference in New Issue
Block a user