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 a2ad1d0 commit 56253c9Copy full SHA for 56253c9
app/assets/javascripts/recurring_select_dialog.js.erb
@@ -276,7 +276,7 @@ class RecurringSelectDialog {
276
// ========================= Change callbacks ===============================
277
278
freqChanged() {
279
- if (isPlainObject(this.current_rule.hash)) { this.current_rule.hash = null; } // for custom values
+ if (!isPlainObject(this.current_rule.hash)) { this.current_rule.hash = null; } // for custom values
280
281
if (!this.current_rule.hash) { this.current_rule.hash = {} };
282
this.current_rule.hash.interval = 1;
0 commit comments