mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-23 06:28:07 +00:00
Merge pull request #3563 from overleaf/ta-file-create-error-fix
[ReactFileTree] Fix Error Handling on File Create GitOrigin-RevId: 42b670b9a4011b53d193f9973bc6bc116607b469
This commit is contained in:
parent
4a83631388
commit
4d6d4f7f5b
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ export function useFileTreeActionable() {
|
|||
new CustomEvent('FileTreeReactBridge.openNewFileModal', {
|
||||
detail: {
|
||||
error: true,
|
||||
data: error.info.responseBody
|
||||
data: error.message
|
||||
}
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue