mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: correct message on preview deployments disabling
This commit is contained in:
parent
ee6ad07c0a
commit
7a5a3de43d
@ -298,7 +298,7 @@ export const ShowPreviewSettings = ({ applicationId }: Props) => {
|
|||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
refetch();
|
refetch();
|
||||||
toast.success("Preview deployments enabled");
|
toast.success(checked ? "Preview deployments enabled" : "Preview deployments disabled");
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
toast.error(error.message);
|
toast.error(error.message);
|
||||||
|
Loading…
Reference in New Issue
Block a user