fix: how did this ever work
This commit is contained in:
parent
b61cee61b5
commit
37deb52fe9
|
@ -55,7 +55,7 @@ const Project = ({structure: {label, resourcePaths}, uuid}) => (
|
|||
/>
|
||||
</div>
|
||||
<div className="resource-container">
|
||||
<Route path="/project/:uuid:uri(/.*)" component={ResourceRoute} />
|
||||
<Route path="/project/:uuid:uri(/*)" component={ResourceRoute} />
|
||||
</div>
|
||||
</ProjectContext.Provider>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user