mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: lint and param type.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
import {
|
||||
Alert,
|
||||
Avatar,
|
||||
Badge,
|
||||
Card,
|
||||
Divider,
|
||||
Icon,
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
$: maxSize =
|
||||
isCloud && $currentPlan
|
||||
? $currentPlan?.deploymentSize === 0
|
||||
? false
|
||||
? 0
|
||||
: $currentPlan?.deploymentSize * 1000000
|
||||
: $consoleVariables._APP_COMPUTE_SIZE_LIMIT; // already in MB
|
||||
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
$: maxSize =
|
||||
isCloud && $currentPlan
|
||||
? $currentPlan?.deploymentSize === 0
|
||||
? false
|
||||
? 0
|
||||
: $currentPlan?.deploymentSize * 1000000
|
||||
: $consoleVariables._APP_COMPUTE_SIZE_LIMIT; // already in MB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user