Add ability to save and edit queries, still need to add ability to edit queries
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<div hx-get="{{ url_for('sql_schema') }}" hx-trigger="load"></div>
|
||||
|
||||
{{ render_partial('partials/sql_explorer/sql_query.html') }}
|
||||
{{ render_partial('partials/sql_explorer/sql_query.html', saved_queries=saved_queries) }}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user