chore: Create a resuable component for selecting a channel (#6241)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
)
|
||||
"
|
||||
/>
|
||||
<div class="row channels">
|
||||
<div class="row channel-list">
|
||||
<channel-item
|
||||
v-for="channel in channelList"
|
||||
:key="channel.key"
|
||||
@@ -88,4 +88,8 @@ export default {
|
||||
.height-auto {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.channel-list {
|
||||
margin-top: var(--space-medium);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user