mirror of https://github.com/portainer/portainer
fix typo in app name (#10965)
parent
ccc97e6f78
commit
51ae2198f6
|
@ -190,7 +190,7 @@ async function patchApplicationByKind<T extends Application>(
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
const res = await axios.patch<T>(
|
const res = await axios.patch<T>(
|
||||||
buildUrl(environmentId, namespace, `${appKind}s`, `${name}sd`),
|
buildUrl(environmentId, namespace, `${appKind}s`, name),
|
||||||
patch,
|
patch,
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
|
|
Loading…
Reference in New Issue