Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Santhosh
Agile24X7-Mobile-singledb
Commits
25ba9f4f
Commit
25ba9f4f
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
upload image
parent
7e6a3ddb
This commit is part of merge request
!2
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CommonComponents/TaskChat.js
+1
-1
src/CommonComponents/TaskChat.js
with
1 addition
and
1 deletion
+1
-1
src/CommonComponents/TaskChat.js
Edit
View file @
25ba9f4f
...
...
@@ -813,7 +813,7 @@ export default class TaskChat extends Component {
<
/View
>
<
TouchableOpacity
onPress
=
{()
=>
{
this
.
uploadFile
()
}}
>
<
Text
>
upload
file
<
/Text
>
<
Text
>
upload
file
..
<
/Text
>
<
/TouchableOpacity
>
<
TouchableOpacity
style
=
{
styles
.
btnSend
}
disabled
=
{
this
.
state
.
itemPressedDisabled
}
onPress
=
{()
=>
{
this
.
sendMessageText
()
}}
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help