Skip to content

Commit

Permalink
Update core/src/components/PublicPageMenu/PublicPageMenuExternalDialo…
Browse files Browse the repository at this point in the history
…g.vue

Co-authored-by: Louis <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux and artonge authored Sep 3, 2024
1 parent 3997c6f commit 4a13c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function createFederatedShare() {
window.location.href = `${window.location.protocol}//${data.remoteUrl}`
}
} catch (error) {
logger.error(error as Error)
logger.error("Failed to create federated share", { error })
showError(t('files_sharing', 'Failed to add the public link to your Nextcloud'))
} finally {
loading.value = false
Expand Down

0 comments on commit 4a13c16

Please sign in to comment.