Remove params from delete record workflow action as it is only a placeholder
This commit is contained in:
parent
4636d5e376
commit
9df0dcb9ac
|
@ -17,12 +17,8 @@ const ACTION = {
|
|||
icon: "ri-delete-bin-line",
|
||||
name: "Delete Record",
|
||||
tagline: "<b>Delete</b> a <b>{{record.model.name}}</b> record",
|
||||
params: {
|
||||
record: "record",
|
||||
},
|
||||
args: {
|
||||
record: {},
|
||||
},
|
||||
params: {},
|
||||
args: {},
|
||||
type: "ACTION",
|
||||
},
|
||||
CREATE_USER: {
|
||||
|
|
Loading…
Reference in New Issue