remove target from run

This commit is contained in:
henryruhs
2026-03-08 22:33:31 +01:00
parent b5ec411202
commit 2892c7c8c9
+1 -2
View File
@@ -51,8 +51,7 @@ module.exports = () =>
method: 'web.open',
params:
{
uri: '{{ local.url }}',
target: '_top'
uri: '{{ local.url }}'
}
},
{