diff --git a/web/core/components/estimates/points/create.tsx b/web/core/components/estimates/points/create.tsx index 981714b5f..9cd7d1e7c 100644 --- a/web/core/components/estimates/points/create.tsx +++ b/web/core/components/estimates/points/create.tsx @@ -166,7 +166,14 @@ export const EstimatePointCreate: FC = observer((props) => autoFocus /> {estimatePointError?.message && ( - + = 1 + ? `You have some unsaved changes, Please save them before clicking on done` + : estimatePointError?.message + } + position="bottom" + >
diff --git a/web/core/components/estimates/points/update.tsx b/web/core/components/estimates/points/update.tsx index c6d28ba10..b557a6658 100644 --- a/web/core/components/estimates/points/update.tsx +++ b/web/core/components/estimates/points/update.tsx @@ -175,7 +175,14 @@ export const EstimatePointUpdate: FC = observer((props) => /> {estimatePointError?.message && ( <> - + = 1 + ? `You have some unsaved changes, Please save them before clicking on done` + : estimatePointError?.message + } + position="bottom" + >