fix ISP (again)
This commit is contained in:
parent
e3a441310f
commit
20e781c71d
2 changed files with 6 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ const getInstancePanel = async ({ store }) => {
|
|||
if (res.ok) {
|
||||
const html = await res.text()
|
||||
useInstanceStore().set({
|
||||
name: 'instanceIdentity.instanceSpecificPanelContent',
|
||||
path: 'instanceIdentity.instanceSpecificPanelContent',
|
||||
value: html,
|
||||
})
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue