mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-30 12:18:12 +00:00
fix(profile): change update method from PATCH to PUT for profile updates
This commit is contained in:
@@ -292,7 +292,7 @@ export function ProfilePage() {
|
||||
saves.push(
|
||||
updateProfile({
|
||||
url: `/profiles/${profileId}`,
|
||||
method: 'PATCH',
|
||||
method: 'PUT',
|
||||
body: profileName,
|
||||
}).unwrap(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user