mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
Fix softDelete should not sent hardDelete true (#6226)
This commit is contained in:
parent
2936c0e4e3
commit
91c6de706c
@ -14,5 +14,5 @@
|
||||
export const ENTITY_DELETE_STATE = {
|
||||
loading: 'initial',
|
||||
state: false,
|
||||
softDelete: false,
|
||||
softDelete: true,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user