Fix #17705 - Inline SQL query edit FK checkbox preventing submit buttons from working

Fixes: #17705

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2022-10-31 23:43:10 +01:00
parent d98569bf28
commit 6dd05c51ad
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -1345,7 +1345,7 @@ Functions.updateQueryParameters = function () {
*/
Functions.getForeignKeyCheckboxLoader = function () {
var html = '';
html += '<div>';
html += '<div class="mt-1 mb-2">';
html += '<div class="load-default-fk-check-value">';
html += Functions.getImage('ajax_clock_small');
html += '</div>';