Skip to content

Commit

Permalink
Merge pull request #4302 from Roardom/tab-flash
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie authored Nov 2, 2024
2 parents 40274da + ef0b008 commit 43e67cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions resources/views/livewire/conversation-search.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class="form__text"
class="panel__tab panel__tab--full-width"
role="tab"
x-bind:class="tab === 'all' && 'panel__tab--active'"
x-cloak
x-on:click="tab = 'all'"
>
{{ __('stat.all') }}
Expand All @@ -64,7 +63,6 @@ class="panel__tab panel__tab--full-width"
class="panel__tab panel__tab--full-width"
role="tab"
x-bind:class="tab === 'unread' && 'panel__tab--active'"
x-cloak
x-on:click="tab = 'unread'"
>
{{ __('pm.unread') }}
Expand All @@ -73,7 +71,6 @@ class="panel__tab panel__tab--full-width"
class="panel__tab panel__tab--full-width"
role="tab"
x-bind:class="tab === 'inbox' && 'panel__tab--active'"
x-cloak
x-on:click="tab = 'inbox'"
>
{{ __('pm.inbox') }}
Expand All @@ -82,7 +79,6 @@ class="panel__tab panel__tab--full-width"
class="panel__tab panel__tab--full-width"
role="tab"
x-bind:class="tab === 'outbox' && 'panel__tab--active'"
x-cloak
x-on:click="tab = 'outbox'"
>
{{ __('pm.outbox') }}
Expand Down
2 changes: 0 additions & 2 deletions resources/views/livewire/ticket-search.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class="form__checkbox"
class="panel__tab panel__tab--full-width"
role="tab"
x-bind:class="tab === 'open' && 'panel__tab--active'"
x-cloak
x-on:click="tab = 'open'"
>
Open
Expand All @@ -64,7 +63,6 @@ class="panel__tab panel__tab--full-width"
class="panel__tab panel__tab--full-width"
role="tab"
x-bind:class="tab === 'closed' && 'panel__tab--active'"
x-cloak
x-on:click="tab = 'closed'"
>
Closed
Expand Down

0 comments on commit 43e67cf

Please sign in to comment.