Redirect to new tab
Browse files
src/components/PluginMain.vue
CHANGED
|
@@ -126,7 +126,7 @@ const getSources = (data) => {
|
|
| 126 |
}
|
| 127 |
|
| 128 |
const redirectToResults = () => {
|
| 129 |
-
window.
|
| 130 |
|
| 131 |
resetState()
|
| 132 |
}
|
|
|
|
| 126 |
}
|
| 127 |
|
| 128 |
const redirectToResults = () => {
|
| 129 |
+
window.open(redirectButtonLink.value, '_blank');
|
| 130 |
|
| 131 |
resetState()
|
| 132 |
}
|