diff --git a/src/AppHeijunka.vue b/src/AppHeijunka.vue
index 6042842..34c87b0 100644
--- a/src/AppHeijunka.vue
+++ b/src/AppHeijunka.vue
@@ -124,7 +124,6 @@ const createdAt = new Date('2026-01-01').toLocaleDateString(undefined, {
v-model="orders[orderIndex(dayIndex, hourIndex)]"
:name="`day-${day}-hour-${hour}`"
:id="`day-${day}-hour-${hour}`"
- :disabled="heijunkaStore.validatedPlanning"
>
@@ -138,19 +137,7 @@ const createdAt = new Date('2026-01-01').toLocaleDateString(undefined, {
-
-