smol fixes

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2026-01-05 15:21:54 +07:00
parent 75b00c935a
commit 2f096c12ab
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -188,6 +188,7 @@ function TaskCard({ task }: { task: ScheduledTask }) {
placement="bottom"
size="lg"
color="foreground"
isDisabled={task.isRunning}
>
<Chip
isCloseable={false}