Skip to content

Commit

Permalink
RHINENG-9580 Fix tag modal crashing (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
leSamo committed Apr 25, 2024
1 parent 73fd746 commit 86da24e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -25,6 +25,7 @@ import Spinner from '@redhat-cloud-services/frontend-components/Spinner';
import { useDispatch } from 'react-redux';
import { addNotification } from '@redhat-cloud-services/frontend-components-notifications/redux/actions/notifications';
import { dissectTag } from '../../../../Helpers/MiscHelper';
import { conditionalFilterType } from '@redhat-cloud-services/frontend-components';

const TagFilter = ({ selectedTags, setSelectedTags, onEdit, globalTags }) => {
const [isSelectOpen, setSelectOpen] = useState(false);
Expand Down Expand Up @@ -170,6 +171,7 @@ const TagFilter = ({ selectedTags, setSelectedTags, onEdit, globalTags }) => {
canSelectAll: false
}}
filters={[{
type: conditionalFilterType.text,
label: intl.formatMessage(messages.tagFilterSearchLabel),
placeholder: intl.formatMessage(messages.tagFilterSearchPlaceholder),
value: 'tags-filter',
Expand Down

0 comments on commit 86da24e

Please sign in to comment.