PR requested changes

This commit is contained in:
khusroo hayat 2023-05-18 10:22:22 +05:00
parent 1214bade53
commit eaa3da2220

View file

@ -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"