remove bad new button
This commit is contained in:
parent
4d638bcf10
commit
c44beaf8fa
1 changed files with 0 additions and 4 deletions
|
@ -21,7 +21,6 @@ import { INVALID_NAME_ERROR } from 'constants/claim';
|
||||||
import SUPPORTED_LANGUAGES from 'constants/supported_languages';
|
import SUPPORTED_LANGUAGES from 'constants/supported_languages';
|
||||||
import * as PAGES from 'constants/pages';
|
import * as PAGES from 'constants/pages';
|
||||||
import analytics from 'analytics';
|
import analytics from 'analytics';
|
||||||
import * as ICONS from '../../constants/icons';
|
|
||||||
const LANG_NONE = 'none';
|
const LANG_NONE = 'none';
|
||||||
const MAX_TAG_SELECT = 5;
|
const MAX_TAG_SELECT = 5;
|
||||||
|
|
||||||
|
@ -238,9 +237,6 @@ function CollectionForm(props: Props) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className={classnames('main--contained', { 'card--disabled': disabled })}>
|
<div className={classnames('main--contained', { 'card--disabled': disabled })}>
|
||||||
<div>
|
|
||||||
<Button button="close" label={__('New')} icon={ICONS.REFRESH} onClick={() => alert()} />
|
|
||||||
</div>
|
|
||||||
<Tabs>
|
<Tabs>
|
||||||
<TabList className="tabs__list--collection-edit-page">
|
<TabList className="tabs__list--collection-edit-page">
|
||||||
<Tab>{__('General')}</Tab>
|
<Tab>{__('General')}</Tab>
|
||||||
|
|
Loading…
Reference in a new issue