From 09a8233c4bf52a286a75c40b511e692247e72ca2 Mon Sep 17 00:00:00 2001 From: Boris Martinovic Date: Wed, 4 Dec 2024 18:55:24 +0100 Subject: [PATCH] disabled button to add task if there is no description --- template/app/src/demo-ai-app/DemoAppPage.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/template/app/src/demo-ai-app/DemoAppPage.tsx b/template/app/src/demo-ai-app/DemoAppPage.tsx index 2c0a0fc..a14dc54 100644 --- a/template/app/src/demo-ai-app/DemoAppPage.tsx +++ b/template/app/src/demo-ai-app/DemoAppPage.tsx @@ -152,10 +152,14 @@ function NewTaskForm({ handleCreateTask }: { handleCreateTask: typeof createTask } }} /> -