Fix softDelete should not sent hardDelete true (#6226)

This commit is contained in:
Sachin Chaurasiya 2022-07-20 17:20:36 +05:30 committed by GitHub
parent 2936c0e4e3
commit 91c6de706c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,5 @@
export const ENTITY_DELETE_STATE = {
loading: 'initial',
state: false,
softDelete: false,
softDelete: true,
};