Skip to content

Commit 1d5a4db

Browse files
committed
Correct BadgeState color state faulty behaviors
1 parent b0fe7ac commit 1d5a4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/rancher-prime/pages/Registration.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ const isRegisteringOffline = computed(() => registrationStatus.value === 'regist
174174
<div />
175175
<div>
176176
<BadgeState
177-
:label="registration.message"
178-
:color="registration.color"
177+
:label="t(registration.message)"
178+
:color="'bg-' + registration.color"
179179
/>
180180
</div>
181181
<div>

0 commit comments

Comments
 (0)