test fix
This commit is contained in:
parent
87159dbb87
commit
108185b700
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
formatString(str) {
|
||||
return str?.replaceAll(" ", "-");
|
||||
return String(str).replaceAll(" ", "-");
|
||||
},
|
||||
setLastValuePushedToGa(lastValuePushedToGa) {
|
||||
this.lastValuePushedToGa = lastValuePushedToGa;
|
||||
|
|
|
|||
Loading…
Reference in a new issue