Update presets.tsx
Signed-off-by: PIYUSH NEGI <43876655+npiyush97@users.noreply.github.com>
This commit is contained in:
@@ -33,8 +33,6 @@ export function createSpecApiTypeColumn(): TableColumn<ApiEntity> {
|
||||
|
||||
const ApiDefinitionButton = ({ apiEntity }: { apiEntity: ApiEntity }) => {
|
||||
const [dialogOpen, setDialogOpen] = useState(false);
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('this is the one');
|
||||
return (
|
||||
<>
|
||||
<ToggleButton
|
||||
|
||||
Reference in New Issue
Block a user