UNCLASSIFIED

Commit 7419d099 authored by Keith Becker's avatar Keith Becker
Browse files

refactor buttons

parent a0bc2147
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</v-card-text> </v-card-text>
<template v-slot:actions> <template v-slot:actions>
<v-btn color="secondary" :disabled="isAddingBusy" text @click="cancel()"> <v-btn color="secondary" :disabled="isAddingBusy" @click="cancel()">
Cancel Cancel
</v-btn> </v-btn>
<v-btn <v-btn
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<v-card-actions> <v-card-actions>
<v-spacer></v-spacer> <v-spacer></v-spacer>
<v-btn color="secondary" text @click="isExporting = false"> <v-btn color="secondary" @click="isExporting = false">
Cancel Cancel
</v-btn> </v-btn>
<v-btn <v-btn
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment