Skip to content

Commit

Permalink
removed !
Browse files Browse the repository at this point in the history
  • Loading branch information
CorbinBullard committed Oct 10, 2023
1 parent f1f3b6d commit 5ee5421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const row_limit: SharedControlConfig<'SelectControl'> = {
],
default: 10000,
choices: formatSelectOptions(ROW_LIMIT_OPTIONS),
description: t('Limits the number of rows that get displayed!.'),
description: t('Limits the number of rows that get displayed.'),
};

const order_desc: SharedControlConfig<'CheckboxControl'> = {
Expand Down

0 comments on commit 5ee5421

Please sign in to comment.