mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Spelling and grammar corrections
This commit is contained in:
@@ -75,13 +75,13 @@ export const UpdateMysql = ({ mysqlId }: Props) => {
|
||||
description: formData.description || "",
|
||||
})
|
||||
.then(() => {
|
||||
toast.success("MySQL updated succesfully");
|
||||
toast.success("MySQL updated successfully");
|
||||
utils.mysql.one.invalidate({
|
||||
mysqlId: mysqlId,
|
||||
});
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to update the MySQL");
|
||||
toast.error("Error updating MySQL");
|
||||
})
|
||||
.finally(() => {});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user