Merge pull request #965 from Safelite/feature/CSR-1157
CSR-1157 button question change from ISS
This commit is contained in:
commit
b10e2b3d36
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