Unverified Commit a85f3b38 authored by Martin Cech's avatar Martin Cech Committed by GitHub
Browse files

Merge pull request #18021 from dannon/add-history-link-import

[24.0] Add a link to histories list in history import message for situations…
parents 5addd009 b648c60d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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"