Skip to content

Commit ff99335

Browse files
committed
fix: corrected path
1 parent 97e44a5 commit ff99335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/admin/assets/src/configuration/instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const handleInstances = () => {
7272
addElement(
7373
'a',
7474
{
75-
href: `?action=edit-instance&instance_id=${response.added}`,
75+
href: `./instance/edit/${response.added}`,
7676
classList: 'btn btn-info',
7777
},
7878
[addElement('i', { classList: 'bi bi-pencil', ariaHidden: true })]

0 commit comments

Comments
 (0)