From 051ecd8d38139ed0e6f2275ce66115040c686b38 Mon Sep 17 00:00:00 2001 From: shobhit upadhyay Date: Tue, 17 Feb 2026 18:02:14 +0530 Subject: [PATCH] fix: update button loading state and default text in AddStack component for improved user experience --- ui/src/components/Common/AddStack/addStack.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/Common/AddStack/addStack.tsx b/ui/src/components/Common/AddStack/addStack.tsx index 1585e7ede..2d206bd90 100644 --- a/ui/src/components/Common/AddStack/addStack.tsx +++ b/ui/src/components/Common/AddStack/addStack.tsx @@ -306,9 +306,9 @@ const AddStack = (props: any): JSX.Element => { buttonType="primary" name="submit" type="submit" - loading={isProcessing} + isLoading={isProcessing} > - {addStackCMSData?.primary_cta?.title} + {addStackCMSData?.primary_cta?.title || 'Create'}