We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f82a7 commit 43601e0Copy full SHA for 43601e0
templates/label_system/dialog.html.twig
@@ -10,6 +10,9 @@
10
{% block card_content %}
11
{{ form_start(form) }}
12
13
+ {# Default submit to use when pressing enter. #}
14
+ <input type="submit" name="label_dialog[update]" class="d-none">
15
+
16
<ul class="nav nav-tabs">
17
<li class="nav-item">
18
<a class="nav-link active" data-bs-toggle="tab" id="common-tab" role="tab" aria-controls="common" aria-selected="true" href="#common"
0 commit comments