From 8ffe129c350bfec2706ce4d437d4a031771305db Mon Sep 17 00:00:00 2001 From: Sayaka Ono Date: Thu, 16 Jul 2026 13:04:08 -0700 Subject: [PATCH 1/2] LF-5390 Add type button to non-primary buttons in FormNavigationButtons --- .../components/Form/FormNavigationButtons/index.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/webapp/src/components/Form/FormNavigationButtons/index.tsx b/packages/webapp/src/components/Form/FormNavigationButtons/index.tsx index 6ec56de92c..3b3a00c6e7 100644 --- a/packages/webapp/src/components/Form/FormNavigationButtons/index.tsx +++ b/packages/webapp/src/components/Form/FormNavigationButtons/index.tsx @@ -53,11 +53,19 @@ const FormNavigationButtons = ({
{contextualContent &&
{contextualContent}
}
- {onPrevious && (