mirror of
https://github.com/portainer/portainer.git
synced 2025-07-26 00:39:41 +02:00
fix(apps): update associated resources on deletion [r8s-124] (#75)
This commit is contained in:
parent
d418784346
commit
c1316532eb
15 changed files with 281 additions and 90 deletions
|
@ -68,7 +68,7 @@ export async function updateIngress(
|
|||
ingress: Ingress
|
||||
) {
|
||||
try {
|
||||
return await axios.put(buildUrl(environmentId, ingress.Namespace), ingress);
|
||||
await axios.put(buildUrl(environmentId, ingress.Namespace), ingress);
|
||||
} catch (e) {
|
||||
throw parseAxiosError(e as Error, 'Unable to update an ingress');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue