Skip to content

Commit

Permalink
Updated domains table
Browse files Browse the repository at this point in the history
  • Loading branch information
willbrowningme committed Sep 19, 2019
1 parent c8b6936 commit 48abad9
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 283 deletions.
2 changes: 1 addition & 1 deletion resources/js/pages/Aliases.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
>
{{ props.row.emails_replied }}
</span>
<span v-else-if="props.column.field === 'active'" class="flex items-center justify-center">
<span v-else-if="props.column.field === 'active'" class="flex items-center">
<Toggle
v-model="rows[props.row.originalIndex].active"
@on="activateAlias(props.row.id)"
Expand Down
Loading

0 comments on commit 48abad9

Please sign in to comment.