fix: add provider value in edit destination

This commit is contained in:
Mauricio Siu
2024-12-29 15:56:30 -06:00
parent fee5bbc535
commit 2c258c84eb
2 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ export const apiUpdateDestination = createSchema
endpoint: true,
secretAccessKey: true,
destinationId: true,
provider: true,
})
.required()
.extend({