Skip to content

Commit

Permalink
feat: fixed spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 22, 2022
1 parent 4a747dd commit 4a53b55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<ng-contanier *ngIf="supportList.length; else empty">
<ng-container *ngIf="supportList.length; else empty">
<nz-radio-group [(ngModel)]="pushType">
<label *ngFor="let item of supportList" nz-radio-button [nzValue]="item.key">{{ item.title }}</label>
</nz-radio-group>
</ng-contanier>
</ng-container>
<ng-template #empty>
<span class="text">该功能需要插件支持,请移步至插件广场下载</span>
</ng-template>

0 comments on commit 4a53b55

Please sign in to comment.