mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
PR requested changes
This commit is contained in:
parent
1214bade53
commit
eaa3da2220
1 changed files with 3 additions and 3 deletions
|
@ -67,10 +67,10 @@
|
|||
|
||||
<ModalComponent v-if="showEditGroupModal" @close="showEditGroupModal = false">
|
||||
<h2>{{ selectedGroup.groupName }}</h2>
|
||||
<div style="overflow-y: scroll; height: 300px">
|
||||
<div class="flex flex-col mt-3 mb-2">
|
||||
<div style="">
|
||||
<div class="flex flex-col mt-3 mb-2 overflow-y-scroll h-70">
|
||||
<div v-for="subscription in subscriptions" :key="subscription.name">
|
||||
<div class="flex justify-between">
|
||||
<div class="flex justify-between mr-3">
|
||||
<span>{{ subscription.name }}</span>
|
||||
<input
|
||||
type="checkbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue