Skip to content

Commit

Permalink
fix(ui): re-interview badge not working
Browse files Browse the repository at this point in the history
Fixes #3819
  • Loading branch information
robertsLando committed Jul 22, 2024
1 parent 903ed58 commit cac4a0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/custom/ReinterviewBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:style="bStyle"
v-on="on"
@click.stop="
$emit('action', 'refreshInfo', {
sendAction('refreshInfo', {
nodeId: node.id,
})
"
Expand All @@ -24,7 +24,9 @@
</template>

<script>
import InstancesMixin from '../../mixins/InstancesMixin.js'
export default {
mixins: [InstancesMixin],
props: {
node: {
type: Object,
Expand Down

0 comments on commit cac4a0d

Please sign in to comment.