Skip to content

Commit cdd64d2

Browse files
authored
fix: Export useTablePlugin for use in dh.ui (#2510)
Looks like I forgot to export this when adding the hook so it could also be used by `ui.table`.
1 parent 1d3ddff commit cdd64d2

File tree

1 file changed

+1
-0
lines changed
  • packages/dashboard-core-plugins/src

1 file changed

+1
-0
lines changed

packages/dashboard-core-plugins/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export * from './useConfigureRuff';
2626
export * from './useDashboardColumnFilters';
2727
export * from './useGridLinker';
2828
export * from './useLoadTablePlugin';
29+
export * from './useTablePlugin';
2930

3031
export * from './events';
3132
export * from './panels';

0 commit comments

Comments
 (0)