change slug value to null

This commit is contained in:
Ed Chalstrey 2022-05-19 16:24:39 +01:00
parent 3b3fc12e93
commit 999c42dcd3

View File

@ -248,7 +248,7 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
} }
const edits = { const edits = {
[slug]: value [slug]: null
}; };
this.doSubmit(edits); this.doSubmit(edits);