mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Add button type to the two-step-button buttons
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{{#if isIdle}}
|
||||
<button data-test-idle-button class="button is-warning is-small is-inline" onclick={{action "promptForConfirmation"}}>
|
||||
<button data-test-idle-button type="button" class="button is-warning is-small is-inline" onclick={{action "promptForConfirmation"}}>
|
||||
{{idleText}}
|
||||
</button>
|
||||
{{else if isPendingConfirmation}}
|
||||
<span data-test-confirmation-message class="confirmation-text">{{confirmationMessage}}</span>
|
||||
<button data-test-cancel-button class="button is-dark is-outlined is-small is-inline" onclick={{action (queue
|
||||
<button data-test-cancel-button type="button" class="button is-dark is-outlined is-small is-inline" onclick={{action (queue
|
||||
(action "setToIdle")
|
||||
(action onCancel)
|
||||
)}}>
|
||||
|
||||
Reference in New Issue
Block a user