diff --git a/ui/component/tagsSearch/view.jsx b/ui/component/tagsSearch/view.jsx index f2c006db9..9f94129b0 100644 --- a/ui/component/tagsSearch/view.jsx +++ b/ui/component/tagsSearch/view.jsx @@ -3,7 +3,7 @@ import React, { useState } from 'react'; import { Form, FormField } from 'component/common/form'; import Tag from 'component/tag'; import { setUnion, setDifference } from 'util/set-operations'; -import I18nMessage from '../i18nMessage'; +import I18nMessage from 'component/i18nMessage'; type Props = { tagsPassedIn: Array, @@ -154,7 +154,7 @@ export default function TagsSearch(props: Props) { label={'Add Tags'} />
- +