Skip to content

Commit

Permalink
Add missing BLink import to workflow run form
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed May 11, 2024
1 parent 0dd1b78 commit 797faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Workflow/Run/WorkflowRun.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { BAlert } from "bootstrap-vue";
import { BAlert, BLink } from "bootstrap-vue";
import { storeToRefs } from "pinia";
import { computed, onMounted, ref, watch } from "vue";
import { RouterLink } from "vue-router";
Expand Down

0 comments on commit 797faa1

Please sign in to comment.