@balkangraph/orgchart.js 8.8.4 → 8.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/orgchart.d.ts CHANGED
@@ -1062,7 +1062,7 @@ declare namespace OrgChart {
1062
1062
  * Opens filter Tab
1063
1063
  * @param filterTabName the name of the filter tab
1064
1064
  */
1065
- show(filterTabName): void;
1065
+ show(filterTabName: string): void;
1066
1066
  /**
1067
1067
  * Hides the filter tabs
1068
1068
  */