Merge pull request #7009 from laylatichy/update-speed-dial-visible-flag

fix: rename 'visible' to 'd_visible' in SpeedDialState interface
pull/7014/head
Tuğçe Küçükoğlu 2024-12-26 10:36:55 +03:00 committed by GitHub
commit 0e6f6db5b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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