Skip to content

Commit

Permalink
do not show create another collection link if from selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Dec 2, 2024
1 parent 29796d4 commit 03527bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function resetModal() {
<BAlert variant="success" show>
<FontAwesomeIcon :icon="faCheckCircle" class="text-success" fixed-width />
{{ localize("Collection created successfully.") }}
<BLink class="text-decoration-none" @click.stop.prevent="resetModal">
<BLink v-if="!fromSelection" class="text-decoration-none" @click.stop.prevent="resetModal">
<FontAwesomeIcon :icon="faUndo" fixed-width />
{{ localize("Create another collection") }}
</BLink>
Expand Down

0 comments on commit 03527bd

Please sign in to comment.