Skip to content

Commit

Permalink
fix: don't load log-filters until logs are initialized #273
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab authored and frodrigo committed Dec 9, 2024
1 parent ff3cf6a commit 66db393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[project]/changes_logs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function matchFilterBySelectors(selectors: string[]) {
style="resize: vertical"
/>
</el-row>
<log-filters />
<log-filters v-if="logs" />
<log-validator-bulk
v-if="isProjectUser && Object.keys(route.query).length"
@bulk-validation="handleAccept"
Expand Down

0 comments on commit 66db393

Please sign in to comment.