upd: fix input kirim komentar pada diskusi umum
This commit is contained in:
@@ -191,7 +191,11 @@ export default function DetailDiscussionGeneral() {
|
||||
</View>
|
||||
</View>
|
||||
</ScrollView>
|
||||
<View style={[Styles.ph15, Styles.pv10, { position: 'absolute', bottom: 10, backgroundColor: '#f4f4f4' }]}>
|
||||
<View style={[
|
||||
Styles.ph15,
|
||||
Styles.absolute0,
|
||||
{ backgroundColor: "#f4f4f4" },
|
||||
]}>
|
||||
<InputForm
|
||||
disable={(data?.status === 2 || !data?.isActive || (!memberDiscussion && (entityUser.role == "user" || entityUser.role == "coadmin")))}
|
||||
type="default"
|
||||
|
||||
Reference in New Issue
Block a user