Skip to content

Commit 3c8bf03

Browse files
committed
Fix indentation.
1 parent a9757ab commit 3c8bf03

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/Webkul/Admin/src/Resources/views/settings/workflows/create.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ class="control"
368368
@include('admin::settings.workflows.webhook.index')
369369

370370
<webhook-component
371-
:entity-type="entityType"
372-
:index="index"
373-
:matched-action="matchedAction"
371+
:entity-type="entityType"
372+
:index="index"
373+
:matched-action="matchedAction"
374374
/></webhook-component>
375375
</td>
376376

packages/Webkul/Admin/src/Resources/views/settings/workflows/edit.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@
368368
@include('admin::settings.workflows.webhook.index')
369369

370370
<webhook-component
371-
:entity-type="entityType"
372-
:index="index"
373-
:matched-action="matchedAction"
371+
:entity-type="entityType"
372+
:index="index"
373+
:matched-action="matchedAction"
374374
/></webhook-component>
375375
</td>
376376

0 commit comments

Comments
 (0)