Skip to content

Commit

Permalink
Fix publishing for Wagtail 6
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Mar 2, 2024
1 parent 358a78f commit c29d020
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ const EditorFooter: FunctionComponent<EditorProps> = ({

<button
type="submit"
name="action-publish"
value="action-publish"
name="action"
value="publish"
className="button button-longrunning"
data-clicked-text={gettext('Publishing...')}
data-controller="w-progress"
Expand Down

0 comments on commit c29d020

Please sign in to comment.