Skip to content

Commit

Permalink
Update channel-detail.component.html defaultShippingZoneId is Required
Browse files Browse the repository at this point in the history
Default Shipping Zone Id is required field. Alert dialog should have danger instead of warning. Also translations need to be changed. Instead of "this may cause errors" it should be 
"which will cause errors' like the tax alert
  • Loading branch information
arrrrny authored Mar 5, 2024
1 parent 8f9fd98 commit d4240b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
</vdr-form-field>
<clr-alert
*ngIf="detailForm.value.code && !detailForm.value.defaultShippingZoneId"
clrAlertType="warning"
clrAlertType="danger"
[clrAlertClosable]="false"
>
<clr-alert-item>
Expand Down

0 comments on commit d4240b3

Please sign in to comment.