diff --git a/app/assets/javascripts/recurring_select.js b/app/assets/javascripts/recurring_select.js index 8dec2c3..c93e6bd 100644 --- a/app/assets/javascripts/recurring_select.js +++ b/app/assets/javascripts/recurring_select.js @@ -54,7 +54,7 @@ const methods = { current_rule() { return { - str: this.getAttribute("data-initial-value-str"), + str: this.getAttribute("data-initial-value-str"), hash: JSON.parse(this.getAttribute("data-initial-value-hash")) }; },