Explorar o código

add missing type

ruiyi.jiang %!s(int64=2) %!d(string=hai) anos
pai
achega
3988f295ef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;