Skip to content

Commit

Permalink
Merge pull request #18143 from dannon/fix-config-access-storagemanager
Browse files Browse the repository at this point in the history
[24.0] Fix config access in StorageManager
  • Loading branch information
davelopez authored May 14, 2024
2 parents 62e78b7 + 81abefe commit 6a60cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function onConfirmCleanupSelected(selectedItems: CleanableItem[]) {
</b-alert>
</b-row>
<b-row class="justify-content-md-center mb-5">
<b-alert v-if="config.enable_quotas" show>
<b-alert v-if="config?.enable_quotas" show>
{{ localize("The storage manager only shows elements that count towards your disk quota.") }}
<b-link :href="config.quota_url" target="_blank">{{ localize("Learn more") }}</b-link>
</b-alert>
Expand Down

0 comments on commit 6a60cc5

Please sign in to comment.