mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
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 */
|
||||
'use strict';
|
||||
|
||||
(function () {
|
||||
|
||||
const React = require('react');
|
||||
const ReactDOM = require('react-dom');
|
||||
const PropTypes = require('prop-types');
|
||||
|
|
@ -742,3 +744,5 @@ Zotero.TagSelector = class TagSelectorContainer extends React.PureComponent {
|
|||
onSelection: PropTypes.func.isRequired,
|
||||
};
|
||||
};
|
||||
|
||||
})();
|
||||
Loading…
Add table
Reference in a new issue