We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e44a5 commit ff99335Copy full SHA for ff99335
phpmyfaq/admin/assets/src/configuration/instance.js
@@ -72,7 +72,7 @@ export const handleInstances = () => {
72
addElement(
73
'a',
74
{
75
- href: `?action=edit-instance&instance_id=${response.added}`,
+ href: `./instance/edit/${response.added}`,
76
classList: 'btn btn-info',
77
},
78
[addElement('i', { classList: 'bi bi-pencil', ariaHidden: true })]
0 commit comments