mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 03:53:45 +00:00
Merge pull request #13154 from overleaf/dk-selectFile-per-project
[cm6] rerender SelectFile component on project change GitOrigin-RevId: ac59bdd100df6704c357a6af08028137f610bb13
This commit is contained in:
parent
1336ff8196
commit
9a273949fd
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ const SelectFromProject: FC<{
|
|||
}, [error, dispatch])
|
||||
return (
|
||||
<SelectFile
|
||||
key={projectId}
|
||||
files={entities}
|
||||
loading={loading}
|
||||
disabled={!projectId}
|
||||
|
|
Loading…
Add table
Reference in a new issue