From 41d544be7ee6ae1d940bd98a30532a1c869921f5 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 31 Jul 2024 08:53:35 +0200 Subject: [PATCH] fix(kanblendar): make task description optional Removed the 'required' attribute from the task description field to allow users to create tasks without a description. This change addresses user feedback requesting more flexibility in task creation forms. --- kanblendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kanblendar.js b/kanblendar.js index 50bde4e..c965c58 100644 --- a/kanblendar.js +++ b/kanblendar.js @@ -89,7 +89,7 @@ class Kanblendar { - +