azat-co / mongoui

MongoDB admin UI server written in Node.js 🎮
MIT License
585 stars 132 forks source link

Bug/repeated add condition #53

Closed Tom2277 closed 7 years ago

Tom2277 commented 7 years ago

On click, the addCondition function in query.jsx was getting called twice. That causes the very first attempt to add a query with the "+" button to do an make an query and clear the first submitted condition. Eliminating the type="submit" solves the problem.

azat-co commented 7 years ago

@Tom2277 that pesky type submit. does it still work/submit on enter? that would be nice if it did.