UI Conversion: Replace buttons and dropdowns to antd analogues
Summary: Replaced favorite query dropdown to antd analogue Reviewed By: mweststrate Differential Revision: D28089366 fbshipit-source-id: 0d6e01bf6169f100ba7c9e612f0da8240ca3218d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1a315c510e
commit
71d827288f
@@ -16,12 +16,13 @@ import {
|
||||
Value,
|
||||
valueToNullableString,
|
||||
renderValue,
|
||||
Button,
|
||||
styled,
|
||||
produce,
|
||||
colors,
|
||||
} from 'flipper';
|
||||
|
||||
import {Button} from 'antd';
|
||||
|
||||
type TableRow = {
|
||||
col: string;
|
||||
type: Value['type'];
|
||||
|
||||
Reference in New Issue
Block a user