mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Merge pull request #18143 from dannon/fix-config-access-storagemanager
[24.0] Fix config access in StorageManager
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user