Skip to content

Commit 84079c6

Browse files
authored
Merge pull request #699 from dawehner/fix-new-button
fix new button
2 parents cba7f58 + 74ddb12 commit 84079c6

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/admin-ui/src/components/05_pages/Content/Content.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import TextField from '@material-ui/core/TextField';
2020
import Button from '@material-ui/core/Button';
2121
import AddIcon from '@material-ui/icons/Add';
2222

23-
import { AdminUIButton } from '@drupal/admin-ui-components';
24-
2523
import PageTitle from '../../02_atoms/PageTitle';
2624
import ContentTable from '../../04_templates/ContentTable/ContentTable';
2725

@@ -171,7 +169,6 @@ class Content extends Component {
171169
<PageTitle>Content</PageTitle>
172170
<LoadingBar style={{ position: 'relative', marginBottom: '5px' }} />
173171
<Paper>
174-
<AdminUIButton>ok</AdminUIButton>
175172
{this.props.contentTypes && this.props.actions.length && (
176173
<Fragment>
177174
<div className={styles.filters}>

packages/components/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { default as AdminUIBUtton } from './Components/Button/Button';
1+
export { default as AdminUIButton } from './Components/Button/Button';
22
export { default as colors } from './Utils/colors';
33
export { default as typography } from './Utils/typography';

0 commit comments

Comments
 (0)