mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix error when viewing scenes related to objects with illegal characters in name (#395)
* Fix gitattributes for v2.5
This commit is contained in:
@@ -146,9 +146,7 @@ export const Scene: React.FC = () => {
|
||||
/>
|
||||
</Tab>
|
||||
<Tab eventKey="scene-operations-panel" title="Operations">
|
||||
<SceneOperationsPanel
|
||||
scene={scene}
|
||||
/>
|
||||
<SceneOperationsPanel scene={scene} />
|
||||
</Tab>
|
||||
</Tabs>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user