From 3b668c791561c711656d28a60f9d4f9c750018d8 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 27 Aug 2026 20:43:20 +0300 Subject: [PATCH] fix --- src/stores/timelines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/timelines.js b/src/stores/timelines.js index 000415b52..ed4ecfaec 100644 --- a/src/stores/timelines.js +++ b/src/stores/timelines.js @@ -258,7 +258,7 @@ export const useTimelinesStore = defineStore('timelines', { argument, { statuses, - repeats, + repeats = [], showImmediately = false, noIdUpdate = false, pagination = {},