Skip to content

Commit

Permalink
refactor: refactor due to code review [WTEL-5054]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Sep 5, 2024
1 parent 9aad78c commit c41f15f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<selection-popup
v-bind="$attrs"
:selected="selected"
:title="$t('objects.routing.flow.createFlowSelectionPopup')"
v-bind="$attrs"
@close="close"
@select="create"
>
Expand Down

0 comments on commit c41f15f

Please sign in to comment.