Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
optimised code
  • Loading branch information
snehalsankhe committed Aug 29, 2024
commit 123073f3780f2352d602071213984428f991d83c
2 changes: 1 addition & 1 deletion ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function App() {
// Hide the modal by setting display to none
selectModal.style.display = 'none';
} else {
// Show the modal by setting display to block (or its original value)
// Show the modal by setting display to block
selectModal.style.display = 'block';
}
}
Expand Down