Compare commits
2 Commits
9d3fe781a1
...
bc142201c0
| Author | SHA1 | Date |
|---|---|---|
|
|
bc142201c0 | |
|
|
fcb3031a83 |
|
|
@ -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}`,
|
`/EditInstallationConfig?installationId=${props.id}&product=${product}`,
|
||||||
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}`,
|
`/EditInstallationConfig?installationId=${props.id}&product=${product}`,
|
||||||
configurationToSend
|
configurationToSend
|
||||||
)
|
)
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue