0
0
Fork 0

typo: collapsable -> collapsible (#24521)

This commit is contained in:
Nick Schonning 2023-04-14 05:01:23 -04:00 committed by GitHub
parent af49d93fd6
commit d02aa274be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -541,7 +541,7 @@ class Status extends ImmutablePureComponent {
expanded={!status.get('hidden')}
onExpandedToggle={this.handleExpandedToggle}
onTranslate={this.handleTranslate}
collapsable
collapsible
onCollapsedToggle={this.handleCollapsedToggle}
/>