@bindu-dashing/dam-solution-v2 5.8.194 → 5.8.195
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -236,7 +236,7 @@ const CreateClientForm = ({ teamsApi, username, password, toggleShow, onSuccess,
|
|
|
236
236
|
showNotification("No changes to save", NotificationStatus.INFO);
|
|
237
237
|
return;
|
|
238
238
|
}
|
|
239
|
-
const putResponse = yield axios.
|
|
239
|
+
const putResponse = yield axios.put(`${baseUrl}/brands/${brandIdForUpdate}`, payload, {
|
|
240
240
|
headers: {
|
|
241
241
|
'Authorization': `Bearer ${authToken}`,
|
|
242
242
|
'Content-Type': 'application/json',
|