Skip to content

Commit

Permalink
fix: unsynced filters after bulk validation #229
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab authored and frodrigo committed Aug 21, 2024
1 parent d899311 commit 694f7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/[project]/changes_logs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function removeLogs(loChaIds?: number[]) {
(loChaId) => loCha.id === loChaId,
) === -1)
logs.value = loChas.value.map((loCha) => loCha.objects).flat()
project.value!.to_be_validated = logs.value?.length
}
Expand Down

0 comments on commit 694f7ae

Please sign in to comment.