Skip to content

Commit cb0b916

Browse files
committed
fix: fix bug in type
1 parent 78c31a9 commit cb0b916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/templates/admin/configure.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jQuery(document).ready(function() {
1919
siteUrl: '{$siteUrl}',
2020
tokenUrl: "token={$tokenVuefront|escape:'html':'UTF-8'}",
2121
apiURL: '',
22-
type: 'prestahop'
22+
type: 'prestashop'
2323
})
2424
})
2525
</script>

0 commit comments

Comments
 (0)