Skip to content

Commit

Permalink
Dialog made more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajnish2105 committed Dec 22, 2024
1 parent 33acfe5 commit 2ba196b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/pages/client/explore/LimitWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ export function LimitWarning({ limit, onLimitChange, setMenuAnchor }: LimitButto
gap="400"
>
<Text priority="400">
You are about to change the limit of items per page. Changing the limit higher
than 9,999 may cause performance issues and may crash the app. It is recommended
to keep the limit below 9,999 for the smooth functioning of the app. Are you sure
you want to continue?
You are about to change the limit of items. Changing the limit higher than 9,999
may cause performance issues and may crash the app. It is recommended to keep the
limit below 9,999 for the smooth functioning of the app. Are you sure you want to
continue?
</Text>
<Box direction="Column" gap="200">
<Button
Expand Down

0 comments on commit 2ba196b

Please sign in to comment.