Merge pull request #8238 from Budibase/fix-upgrade-page-debug-message

Remove debug message from upgrade page ui (self host)
This commit is contained in:
Rory Powell 2022-10-13 10:00:31 +01:00 committed by GitHub
commit 9380784d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@
}) })
</script> </script>
{"is adming" + $auth.isAdmin}
{#if $auth.isAdmin} {#if $auth.isAdmin}
<DeleteLicenseKeyModal <DeleteLicenseKeyModal
bind:this={deleteLicenseKeyModal} bind:this={deleteLicenseKeyModal}