mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2056 from appwrite/fix-hide-0-estimated-cost
fix: hide estimated costs in project breakdown
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@
|
||||
{ id: 'reads', hide: !databaseOperationMetric },
|
||||
{ id: 'writes', hide: !databaseOperationMetric },
|
||||
{ id: 'metric', hide: !!databaseOperationMetric },
|
||||
{ id: 'costs' }
|
||||
{ id: 'costs', hide: true }
|
||||
]}
|
||||
let:root>
|
||||
<svelte:fragment slot="header" let:root>
|
||||
|
||||
Reference in New Issue
Block a user