chore: bump browser-fs-acccess to 0.20.5 (#4018)

* bump browser-fs-acccess to 0.20.5

* add null check
This commit is contained in:
David Luzar
2021-10-02 18:27:26 +02:00
committed by GitHub
parent e8b462cc31
commit bea4a1e066
3 changed files with 6 additions and 6 deletions

View File

@ -142,7 +142,7 @@ export const actionSaveToActiveFile = register({
...appState,
fileHandle,
toastMessage: fileHandleExists
? fileHandle.name
? fileHandle?.name
? t("toast.fileSavedToFilename").replace(
"{filename}",
`"${fileHandle.name}"`,