-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for Delete Edit and Test Icons #271
Comments
This is likely an issue with how the icon is used in our Storybook. |
@irmerk I don't think that the edit button works either. That button is supposed to let us edit the contract, isn't it? |
I am trying to resolve this! |
Addon action 'delete' is working as it is showing it in the action console. |
@lokeshn011101 What do you think that the problem is? |
I can't seem to find where these 3 functions are defined in the code nor the main props of the application. I am not sure if these three functions are defined yet. The only thing that I could find yet is this. All this does is log stuff on the actions console. |
This is working as designed -- these functions can be supplied by the user of the component. They are not implemented by default because they typically require interaction with other components or the persistence layer of the embedding application. A nice PR would be to update the README with details like this and how to use the component in general. |
@irmerk Shall I work upon this issue. |
@Cronus1007 I believe that sounds like a good plan. |
I would like to contribute and fix the issue. |
@dezfuture as you can see, @Cronus1007 is working on this and has an open PR. |
Is this issue resolved? |
Bug Report 🐛
Click on Delete Icon is not working when the cursor hovers over clause templates.
Package: Contract Editor
Expected Behavior
The template should get deleted.
Current Behavior
There is no deletion of the template.
Steps to Reproduce
Context (Environment)
Desktop
The text was updated successfully, but these errors were encountered: