Fix Zutilo breakage (regression from d9cee322cd
)
This commit is contained in:
parent
78c3d5808b
commit
1ca6898cb9
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
/* global Zotero: false */
|
/* global Zotero: false */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
(function () {
|
||||||
|
|
||||||
const React = require('react');
|
const React = require('react');
|
||||||
const ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
const PropTypes = require('prop-types');
|
const PropTypes = require('prop-types');
|
||||||
|
@ -742,3 +744,5 @@ Zotero.TagSelector = class TagSelectorContainer extends React.PureComponent {
|
||||||
onSelection: PropTypes.func.isRequired,
|
onSelection: PropTypes.func.isRequired,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
})();
|
Loading…
Add table
Add a link
Reference in a new issue