-
Notifications
You must be signed in to change notification settings - Fork 24
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
PSP-8744 : Management activity - tooltip for Delete #4190
Conversation
eddherrera
commented
Jul 12, 2024
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
@@ -15,12 +15,13 @@ export interface IPropertyActivityEditContainerProps { | |||
propertyId: number; | |||
propertyActivityId?: number; | |||
onClose: () => void; | |||
viewEnabled: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add some documentation for this prop please.
@@ -11,12 +11,13 @@ export interface IPropertyActivityDetailContainerProps { | |||
propertyId: number; | |||
propertyActivityId: number; | |||
onClose: () => void; | |||
viewEnabled: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc here as well.
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |