Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Block Explorer UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Block Explorer UI
Commits
ab373413
Commit
ab373413
authored
4 months ago
by
Lukas
Browse files
Options
Downloads
Patches
Plain Diff
Disable negative values on JumpToPage component
parent
b73dff19
No related branches found
No related tags found
2 merge requests
!481
bring recent develop changes to mater to match the backend
,
!474
Lbudginas/#379 jump to page negative value bug
Pipeline
#109290
failed
4 months ago
Stage: build
Stage: test
Stage: test-report-aggregate
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/JumpToPage.tsx
+1
-0
1 addition, 0 deletions
components/JumpToPage.tsx
with
1 addition
and
0 deletions
components/JumpToPage.tsx
+
1
−
0
View file @
ab373413
...
...
@@ -30,6 +30,7 @@ const JumpToPage = ({ currentPage, onPageChange }: any) => {
<
Input
type
=
"number"
value
=
{
value
}
min
=
"1"
onChange
=
{
onValueChange
}
className
=
"w-0 min-w-[72px] p-1 pl-2 py-2 text-gray-900 border border-gray-300 rounded sm:text-xs bg-gray-50 focus:bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-theme dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500 dark:focus:bg-gray-700"
data-testid
=
"input-goto-page"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment