Skip to content

Commit d27ff36

Browse files
authored
docs(module:dropdown): fix disable demo (#9462)
1 parent 80d82eb commit d27ff36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropdown/demo/dropdown-button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { NzSpaceModule } from 'ng-zorro-antd/space';
2525
</nz-space-compact>
2626
<nz-space-compact>
2727
<button nz-button disabled>DropDown</button>
28-
<button nz-button disabled nz-dropdown [nzDropdownMenu]="menu" nzPlacement="bottomRight">
28+
<button nz-button disabled nz-dropdown [nzDropdownMenu]="menu" nzDisabled nzPlacement="bottomRight">
2929
<nz-icon nzType="ellipsis" />
3030
</button>
3131
</nz-space-compact>

0 commit comments

Comments
 (0)