Skip to content

Commit

Permalink
fix(pluginform): remove reset type of cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
TT1228 committed Jan 7, 2025
1 parent 9336c88 commit db9cab0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
class="form-action-button"
:data-testid="`plugin-${isEditing ? 'edit' : 'create'}-form-cancel`"
:disabled="form.isReadonly"
type="reset"
@click="handleClickCancel"
>
{{ t('actions.cancel') }}
Expand Down

0 comments on commit db9cab0

Please sign in to comment.