Update apps/dokploy/components/dashboard/project/add-database.tsx

Co-authored-by: Dominik Koch <dominik@koch-bautechnik.de>
This commit is contained in:
Mauricio Siu 2024-12-24 15:34:09 -06:00 committed by GitHub
parent 06b8c82484
commit 4065ad4428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -556,7 +556,6 @@ export const AddDatabase = ({ projectId, projectName }: Props) => {
<Switch
checked={field.value}
onCheckedChange={field.onChange}
disabled
aria-readonly
/>
</FormControl>