Skip to content

Commit

Permalink
Merge pull request #17427 from jmchilton/workflow_label_modal_fix
Browse files Browse the repository at this point in the history
[23.2] Fix workflow report markdown editor toolbox becoming non-responsive.
  • Loading branch information
martenson authored Feb 7, 2024
2 parents 1e84387 + ee27cce commit f5bb817
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/src/components/Markdown/MarkdownSelector.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<template>
<span>
<b-modal v-model="modalShow" :title="title" ok-title="Continue" @ok="onOk" @cancel="onCancel">
<b-modal
v-model="modalShow"
:title="title"
ok-title="Continue"
@ok="onOk"
@cancel="onCancel"
@hidden="onCancel">
<div class="ml-2">
<h2 class="mb-3 h-text">Select {{ labelTitle }} Label:</h2>
<div v-if="hasLabels">
Expand Down

0 comments on commit f5bb817

Please sign in to comment.