hds-web 1.34.5 → 1.34.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.34.5",
3
+ "version": "1.34.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -286,7 +286,8 @@ export default function V3Header(props) {
286
286
  // scrollToTop();
287
287
 
288
288
  window.open(
289
- "https://drive.google.com/drive/folders/1xZHt4JPYRvNOo44VHtAJRj3bMD3-26ON"
289
+ "https://drive.google.com/drive/folders/1xZHt4JPYRvNOo44VHtAJRj3bMD3-26ON",
290
+ "_self"
290
291
  );
291
292
  }
292
293