Skip to content

Commit

Permalink
change upgrade error banner to error color
Browse files Browse the repository at this point in the history
  • Loading branch information
a110605 committed Oct 23, 2024
1 parent cd3dcbe commit 06b8fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/harvester/components/HarvesterUpgrade.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
<Checkbox v-model="readyReleaseNote" class="check" type="checkbox" label-key="harvester.upgradePage.checkReady" />
</div>
<Banner v-if="errors.length" color="warning">
<Banner v-if="errors.length" color="error">
{{ errors }}
</Banner>
</div>
Expand Down

0 comments on commit 06b8fe6

Please sign in to comment.