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:
Anton Nikolaev
2021-04-29 12:02:54 -07:00
committed by Facebook GitHub Bot
parent 1a315c510e
commit 71d827288f
2 changed files with 106 additions and 70 deletions

View File

@@ -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'];