Skip to content

Commit

Permalink
CC-20327: Added class to oms form submit button. (#10159)
Browse files Browse the repository at this point in the history
CC-20327 Added save submit to OMS form submit button.
  • Loading branch information
sakharova-yuliia authored May 12, 2023
1 parent bfe1222 commit 1fe4ca0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ abstract class AbstractOmsTriggerFormDataProvider
/**
* @var string
*/
public const SUBMIT_BUTTON_CLASS = 'btn btn-primary btn-sm trigger-event';
public const SUBMIT_BUTTON_CLASS = 'btn btn-primary btn-sm trigger-event safe-submit';

/**
* @param string $redirectUrl
Expand Down

0 comments on commit 1fe4ca0

Please sign in to comment.