Skip to content

Fix publish dialog's cancel action

Daniel Gerhardt requested to merge fix-publish-dialog-cancel-action into master

The cancel button was triggering a form submit because the accessibility role was set instead of the button type.

Merge request reports