We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bb4ea commit 8e75d46Copy full SHA for 8e75d46
app/assets/javascripts/recurring_select.js
@@ -54,7 +54,7 @@ const methods = {
54
55
current_rule() {
56
return {
57
- str: this.getAttribute("data-initial-value-str"),
+ str: this.getAttribute("data-initial-value-str"),
58
hash: JSON.parse(this.getAttribute("data-initial-value-hash"))
59
};
60
},
0 commit comments