Skip to content

Commit 8bc096c

Browse files
committed
cosmetics
1 parent 86af4e9 commit 8bc096c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/ts/collections/tags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export async function setTagActive(
285285
}
286286

287287
export async function clearActiveTags(
288-
params: ActionType["clearActiveTags"],
288+
params: ActionType["clearActiveTags"] = {},
289289
): Promise<void> {
290290
const transaction = actions.clearActiveTags(params);
291291
await transaction.isPersisted.promise;

frontend/src/ts/commandline/lists/tags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function update(): void {
4141
icon: "fa-times",
4242
sticky: true,
4343
exec: async (): Promise<void> => {
44-
await clearActiveTags({});
44+
await clearActiveTags();
4545
if (
4646
Config.paceCaret === "average" ||
4747
Config.paceCaret === "tagPb" ||

0 commit comments

Comments
 (0)