Skip to content

Commit

Permalink
fix xmin query box
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed May 3, 2024
1 parent eae9304 commit 9ec3383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/mirrors/create/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const handleCreateQRep = async (
return;
}

if (query === QRepQueryTemplate) {
if (query === QRepQueryTemplate && !xmin) {
notifyErr('Please fill in the query box');
return;
}
Expand Down

0 comments on commit 9ec3383

Please sign in to comment.