fix(editor): Position executions filter popover so that it doesn't hide executions (#16049)

This commit is contained in:
Jaakko Husso
2025-06-06 13:08:59 +03:00
committed by GitHub
parent bdcaaff744
commit 576ff4d3b8
2 changed files with 10 additions and 7 deletions

View File

@@ -211,7 +211,7 @@ const goToUpgrade = () => {
>
{{ i18n.baseText('executionsList.autoRefresh') }}
</el-checkbox>
<ExecutionsFilter popover-placement="left-start" @filter-changed="onFilterChanged" />
<ExecutionsFilter popover-placement="right-start" @filter-changed="onFilterChanged" />
</div>
<div
ref="executionListRef"