Fixed issue: #350
Fixes #350
Implementation:
Imported the Tooltip component (Tooltip.js) in MessageToolbox.js.
A part of code
<Tooltip text="Edit" position="top">
<ActionButton
ghost={!isEditing}
color={isEditing ? 'secondary' : 'default'}
size="small"
icon="edit"
onClick={() => handleEditMessage(message)}
/>
</Tooltip>
Output
This is the same new PR which was closed before. All the changes are same nothing is changed. If there are any changes to be made the tell me I would happy to contribute to this project
@sidmohanty11, Actually I setup the server on gitpod so due to that those files were added
@sidmohanty11, Actually I setup the server on gitpod so due to that those files were added
Hey @devanshkansagra , you should remove package-lock.json. Run yarn. Commit and push if any changes occur in the yarn.lock file
Ok, Noted