[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-04-09 15:53:37 +00:00 committed by GitHub
parent 7a5a3de43d
commit d335a9515d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -298,7 +298,11 @@ export const ShowPreviewSettings = ({ applicationId }: Props) => {
})
.then(() => {
refetch();
toast.success(checked ? "Preview deployments enabled" : "Preview deployments disabled");
toast.success(
checked
? "Preview deployments enabled"
: "Preview deployments disabled",
);
})
.catch((error) => {
toast.error(error.message);