mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
added reactive state for string size and the cloud and self hosted env popper encryption trigger
This commit is contained in:
+5
-1
@@ -91,7 +91,11 @@
|
||||
|
||||
$: handleDefaultState($required || $array);
|
||||
|
||||
$: hasDatabaseEncryptionPlan = isCloud && $currentPlan?.databasesAllowEncrypt;
|
||||
$: hasDatabaseEncryptionPlan = isCloud ? $currentPlan?.databasesAllowEncrypt : true;
|
||||
|
||||
$: if (data.encrypt && data.size < 150) {
|
||||
data.size = 150;
|
||||
}
|
||||
</script>
|
||||
|
||||
<InputNumber
|
||||
|
||||
Reference in New Issue
Block a user