-
Notifications
You must be signed in to change notification settings - Fork 3
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
[MI-2029] Add feature to create subscription from modal #38
Conversation
/> | ||
</> | ||
</Modal> | ||
); |
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.
most of the content of this has been refactored so, leaving those
}; | ||
|
||
export const openSubscribeModalSlice = createSlice({ | ||
name: 'openSubscribeModal', |
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.
most of the content of this has been refactored so, leaving those
}; | ||
|
||
export const getOrganizationList = (data: ProjectDetails[]) => { | ||
const uniqueOrganization: Record<string, 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.
most of the content of this has been refactored so, leaving those
Already picked here https://github.com/Brightscout/mattermost-plugin-azure-devops/pull/67 |
1st pass review is done here #25