File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
web-app/resources/js/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 <div class =" btn-group-box" v-else >
3535 <div class =" col" >
3636 <div class =" icon-spinner text-center mt-n2" v-if =" isSubmitInProgress" ></div >
37- <button class =" btn btn-danger btn-block" v-else v-on:click.prevent =" closeModal()" >Cancel</button >
37+ <button class =" btn btn-primary btn-block" v-else v-on:click.prevent =" performSubmit()" dusk =" save" >
38+ Submit
39+ </button >
3840 </div >
3941 <div class =" col" >
4042 <div class =" icon-spinner text-center mt-n2" v-if =" isSubmitInProgress" ></div >
41- <button class =" btn btn-primary btn-block" v-else v-on:click.prevent =" performSubmit()" dusk =" save" >
42- Proceed
43- </button >
43+ <button class =" btn btn-danger btn-block" v-else v-on:click.prevent =" closeModal()" >Cancel</button >
4444 </div >
4545 </div >
4646 </div >
You can’t perform that action at this time.
0 commit comments