Browse Source

add missing type

ruiyi.jiang 2 years ago
parent
commit
3988f295ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/src/components/grid/Types.ts

+ 1 - 0
client/src/components/grid/Types.ts

@@ -156,6 +156,7 @@ type ActionBarConfig = {
   onClick: (e: React.MouseEvent, row: any) => void;
   icon?: IconsType;
   text?: string;
+  linkButton? : boolean;
   showIconMethod?: 'iconType' | 'renderFn';
   renderIconFn?: (row: any) => ReactElement;
   label?: string;