Skip to content

Commit

Permalink
fix(copy-modal): remove form id for proper slug validation
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke authored and anehx committed Feb 16, 2024
1 parent 0111c9e commit fb8f806
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ export default class CfbFormEditorCopyModal extends Component {

constructor(owner, args) {
super(owner, args);

this.changeset = Changeset(
this.args.item,
{ ...this.args.item, id: undefined },
lookupValidator(validations),
validations,
);
Expand Down

0 comments on commit fb8f806

Please sign in to comment.