]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(settings): Expected string aria-label got boolean error
authorChristopher Ng <chrng8@gmail.com>
Fri, 8 Dec 2023 02:53:33 +0000 (18:53 -0800)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Fri, 8 Dec 2023 16:15:40 +0000 (16:15 +0000)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/settings/src/mixins/AppManagement.js

index d4df360a2f9fe1b7051a9307b1c2f69167d837e5..748e462f7da7dc153ba15e467d005899ad665b0f 100644 (file)
@@ -50,7 +50,7 @@ export default {
                        if (this.app.needsDownload) {
                                return t('settings', 'The app will be downloaded from the App Store')
                        }
-                       return false
+                       return null
                },
                forceEnableButtonTooltip() {
                        const base = t('settings', 'This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected.')