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 {
|
||||
const res = await axios.patch<T>(
|
||||
buildUrl(environmentId, namespace, `${appKind}s`, `${name}sd`),
|
||||
buildUrl(environmentId, namespace, `${appKind}s`, name),
|
||||
patch,
|
||||
{
|
||||
headers: {
|
||||
|
|
Loading…
Reference in New Issue