Skip to content

Commit 684b1d8

Browse files
committed
fix(policy-workbench): pass editor context props to policy editor
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6e4ab74 commit 684b1d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/views/Settings/PolicyWorkbench/PolicyRuleEditorPanel.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<component
3333
:is="activeEditor"
3434
:model-value="editorDraft.value"
35+
:editor-scope="editorDraft.scope"
36+
:editor-mode="editorMode"
3537
@update:modelValue="$emit('update-value', $event)" />
3638
</div>
3739

0 commit comments

Comments
 (0)