We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c29857 commit e9f78eaCopy full SHA for e9f78ea
app/components/Package/TrendsChart.vue
@@ -1895,7 +1895,8 @@ watch(selectedMetric, value => {
1895
:class="{ 'opacity-50 pointer-events-none': !hasAnomalies }"
1896
>
1897
<input
1898
- v-model="settings.chartFilter.anomaliesFixed"
+ :checked="settings.chartFilter.anomaliesFixed && hasDownloadAnomalies"
1899
+ @change="settings.chartFilter.anomaliesFixed = $event.target.checked"
1900
type="checkbox"
1901
:disabled="!hasAnomalies"
1902
class="accent-[var(--accent-color,var(--fg-subtle))]"
0 commit comments