Skip to content

Commit 4d98d71

Browse files
tomek2k1susnux
andcommitted
Update apps/files/src/main.ts
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Tomasz Trillò <t.trillo@gmx.de>
1 parent 8bdfc84 commit 4d98d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (!window.OCP.Files.Router) {
2727
}
2828

2929
// Expose the ability to render the Files UI on a foreign page
30-
window.OCP.Files.renderFilesApp = window.OCP.Files.renderFilesApp ?? renderFilesApp
30+
window.OCP.Files.renderFilesApp ??= renderFilesApp
3131

3232
// Init Pinia store
3333
Vue.use(PiniaVuePlugin)

0 commit comments

Comments
 (0)