upd: fix
Deskripsi - fix tinggi page saat pada tambah anggota pada fitur diskusi umum - isdetrukstif false No Issues
This commit is contained in:
@@ -80,7 +80,6 @@ export default function HeaderRightAnnouncementDetail({ id }: Props) {
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
@@ -91,7 +91,6 @@ export default function HeaderRightCalendarDetail({ id, idReminder }: Props) {
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
@@ -219,7 +219,6 @@ export default function MenuBottomSelectDocument({ onDone }: Props) {
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
@@ -184,7 +184,6 @@ export default function HeaderRightProjectDetail({ id, status }: Props) {
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
|
||||
<ModalFloat
|
||||
|
||||
@@ -206,7 +206,6 @@ export default function SectionFile({ status, member, refreshing }: { status: nu
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
@@ -143,7 +143,6 @@ export default function SectionLink({ status, member, refreshing }: { status: nu
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
</>
|
||||
}
|
||||
|
||||
@@ -190,7 +190,6 @@ export default function SectionMember({ status, refreshing }: { status: number |
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Keluarkan"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
||||
@@ -235,7 +235,6 @@ export default function SectionTanggalTugasProject({ status, member, refreshing
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
|
||||
<ModalSelect
|
||||
|
||||
@@ -190,7 +190,6 @@ export default function HeaderRightTaskDetail({ id, division, status, isAdminDiv
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
|
||||
<ModalFloat
|
||||
|
||||
@@ -201,7 +201,6 @@ export default function SectionFileTask({ refreshing, isMemberDivision }: { refr
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
@@ -136,7 +136,6 @@ export default function SectionLinkTask({ refreshing, isMemberDivision }: { refr
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
</>
|
||||
}
|
||||
|
||||
@@ -201,7 +201,6 @@ export default function SectionMemberTask({ refreshing, isAdminDivision }: { ref
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Keluarkan"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
||||
@@ -234,7 +234,6 @@ export default function SectionTanggalTugasTask({ refreshing, isMemberDivision }
|
||||
onCancel={() => setShowDeleteModal(false)}
|
||||
confirmText="Hapus"
|
||||
cancelText="Batal"
|
||||
isDestructive
|
||||
/>
|
||||
|
||||
<ModalSelect
|
||||
|
||||
Reference in New Issue
Block a user