added reactive state for string size and the cloud and self hosted env popper encryption trigger

This commit is contained in:
ArnabChatterjee20k
2025-05-24 15:39:48 +05:30
parent f425d0fe36
commit ed7935fc6c
@@ -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