Loading client/src/components/History/HistoryView.vue +3 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,9 @@ </b-button> </div> <b-alert :show="copySuccess"> History imported and set to your active history. </b-alert> <b-alert :show="copySuccess"> History imported and is now your active history. <b-link to="/histories/list">View here</b-link>. </b-alert> <CollectionPanel v-if="selectedCollections.length && selectedCollections[0].history_id == id" Loading Loading
client/src/components/History/HistoryView.vue +3 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,9 @@ </b-button> </div> <b-alert :show="copySuccess"> History imported and set to your active history. </b-alert> <b-alert :show="copySuccess"> History imported and is now your active history. <b-link to="/histories/list">View here</b-link>. </b-alert> <CollectionPanel v-if="selectedCollections.length && selectedCollections[0].history_id == id" Loading