Compare commits
No commits in common. "bc142201c00f014e66edd33d9799b68210042735" and "9d3fe781a13cff93046c83901daec8ba2353e823" have entirely different histories.
bc142201c0
...
9d3fe781a1
|
|
@ -169,7 +169,7 @@ function Configuration(props: ConfigurationProps) {
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
const res = await axiosConfig
|
const res = await axiosConfig
|
||||||
.post(
|
.post(
|
||||||
`/EditInstallationConfig?installationId=${props.id}&product=${product}`,
|
`/EditInstallationConfig?installationId=${props.id}`,
|
||||||
configurationToSend
|
configurationToSend
|
||||||
)
|
)
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ function SodistoreHomeConfiguration(props: SodistoreHomeConfigurationProps) {
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
const res = await axiosConfig
|
const res = await axiosConfig
|
||||||
.post(
|
.post(
|
||||||
`/EditInstallationConfig?installationId=${props.id}&product=${product}`,
|
`/EditInstallationConfig?installationId=${props.id}`,
|
||||||
configurationToSend
|
configurationToSend
|
||||||
)
|
)
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue