CSR-1157 button question change from ISS
This commit is contained in:
parent
79d7e94c0e
commit
db056adf44
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
formatString(str) {
|
||||
return str?.replaceAll(" ", "-");
|
||||
return String(str).replaceAll(" ", "-");
|
||||
},
|
||||
setLastValuePushedToGa(lastValuePushedToGa) {
|
||||
this.lastValuePushedToGa = lastValuePushedToGa;
|
||||
|
|
|
|||
Loading…
Reference in a new issue