Skip to content

Commit

Permalink
Uses styled Input
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Oct 7, 2022
1 parent 9df97be commit 52f92f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
import React, { useState } from 'react';
import { css, t, useTheme } from '@superset-ui/core';
import { AntdInput } from 'src/components';
import { Input } from 'src/components/Input';
import Icons from 'src/components/Icons';
import { Menu } from 'src/components/Menu';
import { Link } from 'react-router-dom';
Expand Down Expand Up @@ -54,7 +54,7 @@ const DashboardsSubMenu = ({
return (
<>
{showSearch && (
<AntdInput
<Input
allowClear
placeholder={t('Search')}
prefix={<Icons.Search iconSize="l" />}
Expand Down

0 comments on commit 52f92f1

Please sign in to comment.