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