1
0
mirror of https://github.com/silverstripe/silverstripe-tagfield synced 2024-10-22 11:05:32 +02:00

Merge pull request from svenV88/patch-1

Update faulty import of TagField component
This commit is contained in:
Robbie Averill 2019-02-12 18:39:25 +07:00 committed by GitHub
commit 3b54f02f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import Injector from 'lib/Injector';
import TagField from 'components/TagField';
import TagField from '../components/TagField';
export default () => {
Injector.component.registerMany({