change slug value to null
This commit is contained in:
parent
3b3fc12e93
commit
999c42dcd3
@ -248,7 +248,7 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
|
||||
}
|
||||
|
||||
const edits = {
|
||||
[slug]: value
|
||||
[slug]: null
|
||||
};
|
||||
|
||||
this.doSubmit(edits);
|
||||
|
Loading…
Reference in New Issue
Block a user