Skip to content

Commit

Permalink
Merge pull request #7009 from laylatichy/update-speed-dial-visible-flag
Browse files Browse the repository at this point in the history
fix: rename 'visible' to 'd_visible' in SpeedDialState interface
  • Loading branch information
tugcekucukoglu authored Dec 26, 2024
2 parents caee110 + cab6b5e commit 0e6f6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/speeddial/SpeedDial.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export interface SpeedDialState {
* Current visible state as a boolean.
* @defaultValue false
*/
visible: boolean;
d_visible: boolean;
/**
* Current click state of component as a boolean.
* @defaultValue false
Expand Down

0 comments on commit 0e6f6db

Please sign in to comment.