Skip to content

Commit

Permalink
Rule edit: Fix rule module title and description regression (#2505)
Browse files Browse the repository at this point in the history
Fixes regression from #2471.
See #2471 (comment).

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Mar 26, 2024
1 parent abdffc6 commit 72f53e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</f7-nav-right>
</f7-navbar>
<f7-block v-if="ruleModule" class="no-margin no-padding">
<f7-col v-if="!currentRuleModuleType" class="margin-top">
<f7-col v-if="currentRuleModuleType" class="margin-top">
<f7-list inline-labels no-hairlines-md class="no-margin">
<f7-list-input type="text" :placeholder="moduleTitleSuggestion" :value="ruleModule.label" required
@input="ruleModule.label = $event.target.value" clear-button />
Expand Down

0 comments on commit 72f53e6

Please sign in to comment.