CSR-1157 button question change from ISS

This commit is contained in:
CarlNation 2023-02-02 13:59:41 -05:00
parent 79d7e94c0e
commit db056adf44

View file

@ -209,7 +209,7 @@ export default {
}, },
methods: { methods: {
formatString(str) { formatString(str) {
return str?.replaceAll(" ", "-"); return String(str).replaceAll(" ", "-");
}, },
setLastValuePushedToGa(lastValuePushedToGa) { setLastValuePushedToGa(lastValuePushedToGa) {
this.lastValuePushedToGa = lastValuePushedToGa; this.lastValuePushedToGa = lastValuePushedToGa;