-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Stacked PR's Branch for Tenants Support #3889
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…hell feat: add tenants route and shell page component
…t-for-tenant-feature NV-2601 - Add support in the client for tenant feature
…ge-empty-state # Conflicts: # apps/web/src/pages/tenants/components/list/TenantsList.tsx
…ge-pagination # Conflicts: # apps/web/src/pages/tenants/components/list/TenantsList.tsx
feat: add initial tenants ui
Nv 2612 - Tenant Page Empty State
…-2452-tenant-create-a-tenant-sidebar # Conflicts: # apps/web/src/pages/tenants/components/list/TenantsList.tsx
NV 2613 - Tenant Page Pagination
…-2452-tenant-create-a-tenant-sidebar # Conflicts: # apps/web/src/pages/tenants/components/list/TenantsList.tsx
…y-under-the-feature-flag NV 2602 - Hide Tenant functionality under the feature flag
…rn-data-as-a-prop fix: allow return 'data' as response prop
…idebar Nv 2452 tenant create + update a tenant sidebar
feat: add tenant page tests
[Tenants] - Add Tenants Analytics
ainouzgali
approved these changes
Aug 1, 2023
|
||
data?: TenantCustomData; | ||
|
||
_environmentId: EnvironmentId; |
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.
Could you also add the _organizationId here?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What change does this PR introduce?
Why was this change needed?
Other information (Screenshots)