[#487] fixed recurring event input glitch (#505)

This commit is contained in:
Camille Moussu
2026-02-05 11:10:20 +01:00
committed by GitHub
parent 1d6a597c46
commit b142eb4e03
2 changed files with 21 additions and 15 deletions
-2
View File
@@ -383,8 +383,6 @@ describe("Repeat Event Integration Tests", () => {
await expectRRule({
freq: "yearly",
interval: 1,
occurrences: 0,
endDate: "",
});
expect(mockOnClose).toHaveBeenCalledWith(true);
});