From 4cd53c204d48b617e4a4279609da840888428c0f Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 22 Nov 2025 15:22:42 +0100 Subject: [PATCH] fix: add proper type definitions for CommandItem in CommandsList.vue --- .../components/input/editor/CommandsList.vue | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/input/editor/CommandsList.vue b/frontend/src/components/input/editor/CommandsList.vue index 8d76c0371..dd80b73df 100644 --- a/frontend/src/components/input/editor/CommandsList.vue +++ b/frontend/src/components/input/editor/CommandsList.vue @@ -26,15 +26,25 @@