Skip to content

Commit

Permalink
Bugfix sidebar slot (FriendsOfShopware#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
flkasper authored and schneider-felix committed Oct 9, 2024
1 parent 2ee23f2 commit 6f1eccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{{ date(item.createdAt, {hour: '2-digit', minute: '2-digit', second: '2-digit'}) }}
</template>

<template slot="column-transportState" slot-scope="{ item }">
<template #column-transportState="{ item }">
<template v-if="item.transportState === 'failed'">
<sw-icon
name="regular-exclamation-triangle"
Expand Down

0 comments on commit 6f1eccd

Please sign in to comment.