Skip to content

Commit

Permalink
Merge pull request #4444 from petertdinh/patch-2
Browse files Browse the repository at this point in the history
fix:module-name in import statement in EditForm.js
  • Loading branch information
JedWatson authored Sep 25, 2017
2 parents e093f90 + 07c3768 commit d7789b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/client/App/screens/Item/components/EditForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import theme from '../../../../theme';

import { Button, LoadingButton } from '../../../elemental';
import AlertMessages from '../../../shared/AlertMessages';
import ConfirmationDialog from './../../../shared/ConfirmationDialog';
import ConfirmationDialog from '../../../shared/ConfirmationDialog';

import FormHeading from './FormHeading';
import AltText from './AltText';
Expand Down

0 comments on commit d7789b3

Please sign in to comment.