We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08bffbb + 5f84384 commit a621920Copy full SHA for a621920
src/routes/(console)/project-[region]-[project]/databases/database-[database]/+layout.svelte
@@ -61,7 +61,7 @@
61
group: 'databases',
62
icon: IconPlus,
63
rank: page.url.pathname.endsWith('backups') ? 10 : 0,
64
- disabled: !isCloud || !$currentPlan.backupsEnabled
+ disabled: !isCloud || !$currentPlan?.backupsEnabled
65
},
66
{
67
label: 'Create manual backup',
@@ -77,7 +77,7 @@
77
78
79
80
81
82
83
label: 'Go to collections',
0 commit comments