From 578b18b43fd5a7c2ea384da4668f1e9745e2ea95 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 26 Oct 2022 16:23:00 +0200 Subject: [PATCH] Fix add index on new table form has duplicate go buttons in the modal Go to create a new table then add an index on a column you want to create, see the duplicate buttons in the footer Signed-off-by: William Desportes --- templates/table/index_form.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/table/index_form.twig b/templates/table/index_form.twig index ac79ee9aed..cb18d52e54 100644 --- a/templates/table/index_form.twig +++ b/templates/table/index_form.twig @@ -239,10 +239,13 @@ + {# The modal already has buttons to execute and preview SQL #} + {%- if not create_edit_table -%}
+ {%- endif -%} {% if is_from_nav %} {{ include('modals/preview_sql_modal.twig') }}