diff --git a/web/src/editor/assets/window/CategoryWindow.jsx b/web/src/editor/assets/window/CategoryWindow.jsx index c0ee7ade..cd8c2c4a 100644 --- a/web/src/editor/assets/window/CategoryWindow.jsx +++ b/web/src/editor/assets/window/CategoryWindow.jsx @@ -164,7 +164,7 @@ class CategoryWindow extends React.Component { } CategoryWindow.propTypes = { - type: PropTypes.oneOf(['Scene', 'Mesh', 'Map', 'Texture', 'Material', 'Audio', 'Particle', 'Screenshot', 'Video']), + type: PropTypes.oneOf(['Scene', 'Mesh', 'Map', 'Texture', 'Material', 'Audio', 'Animation', 'Particle', 'Screenshot', 'Video']), typeName: PropTypes.string, callback: PropTypes.func }; diff --git a/web/src/editor/assets/window/EditWindow.jsx b/web/src/editor/assets/window/EditWindow.jsx index 94bf2eb8..ad1c2e61 100644 --- a/web/src/editor/assets/window/EditWindow.jsx +++ b/web/src/editor/assets/window/EditWindow.jsx @@ -60,8 +60,7 @@ class EditWindow extends React.Component { value={categoryID} onChange={this.handleCategoryChange} /> -