Skip to content

Commit

Permalink
Use standard buttons for history import/switch in the view interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Apr 11, 2024
1 parent 6fbd2ab commit f2ef679
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/History/HistoryView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<b-button
v-if="userOwnsHistory"
size="sm"
variant="outline-info"
:title="setAsCurrentTitle"
:disabled="isSetAsCurrentDisabled"
data-description="switch to history button"
Expand All @@ -20,7 +19,6 @@
v-if="canImportHistory"
v-b-modal:copy-history-modal
size="sm"
variant="outline-info"
title="Import this history"
data-description="import history button">
Import this history
Expand Down

0 comments on commit f2ef679

Please sign in to comment.