diff --git a/frontend/src/pages/CausalLab.tsx b/frontend/src/pages/CausalLab.tsx index aaa76e5..8f5b817 100644 --- a/frontend/src/pages/CausalLab.tsx +++ b/frontend/src/pages/CausalLab.tsx @@ -1992,6 +1992,30 @@ function TabEditor({ initialId }: { initialId?: number | null }) { {aiError} )} + + {/* Save shortcuts — visible right after applying grammar changes */} +
+
Sauvegarder
+
+ {state.templateId && ( + + )} + +
+ {msg && ( +
+ {msg.text} +
+ )} +