Skip to content

Commit

Permalink
fix: fix typo - GxFiltersToolpanel::suppressExpandAl should be `GxF…
Browse files Browse the repository at this point in the history
…iltersToolpanel::suppressExpandAll`
  • Loading branch information
hyyan committed Jul 15, 2022
1 parent 8931782 commit 50e5c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GxSidebar.bbj
Expand Up @@ -221,7 +221,7 @@ class public GxFiltersToolpanel extends GxToolpanel
rem /**
rem * To suppress Expand / Collapse All
rem */
field public BBjNumber SuppressExpandAl! = null()
field public BBjNumber suppressExpandAll! = null()
rem /**
rem * {@inheritDoc}
rem */
Expand Down

0 comments on commit 50e5c79

Please sign in to comment.