DB query builder joins do not reflect actual join until after save

Wappler Version : 6.3.0
Operating System : mac
Server Model: node
Database Type: mysql
Hosting Type:

Expected behavior

After changing the Join Type inside a db query builder, the side-bar should reflect the new join type

Actual behavior

The side bar stays at “INNER JOIN” until the builder is closed and re-opened.

How to reproduce

Create a query and modify a join from INNER to LEFT

Screenshot 2024-02-28 at 3.28.27 PM

Click Ok to close the builder and re-open to see proper display:

You can also just refresh the query to update the display instead of closing an re-opening. :wink:

I think this is just a visual inconsistency- will fix it.

Yes, I should have said that. Everything works fine, it just makes me double check constantly.