Fix employee filed not loading issue
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { FieldNameAdapter, CustomFieldAdapter } from './lib';
|
||||
import { FieldNameAdapter } from './lib';
|
||||
|
||||
window.FieldNameAdapter = FieldNameAdapter;
|
||||
window.CustomFieldAdapter = CustomFieldAdapter;
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
import AdapterBase from '../../../api/AdapterBase';
|
||||
import CustomFieldAdapter from '../../../api/CustomFieldAdapter';
|
||||
|
||||
/**
|
||||
* FieldNameAdapter
|
||||
@@ -44,4 +43,4 @@ class FieldNameAdapter extends AdapterBase {
|
||||
}
|
||||
|
||||
|
||||
module.exports = { FieldNameAdapter, CustomFieldAdapter };
|
||||
module.exports = { FieldNameAdapter };
|
||||
|
||||
Reference in New Issue
Block a user