You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use hashes in the URL to open modals/offcanvas on certain pages (based on useLocationHash).
This mechanism should work platform-wide for the project and group creation modals, but it conflicts with the query parameters solution on the search page.
We should fix that and remove the workaround from the NavbarV2 components, leaving only the CreateProjectV2Button and CreateGroupButton buttons.
The text was updated successfully, but these errors were encountered:
We use hashes in the URL to open modals/offcanvas on certain pages (based on
useLocationHash
).This mechanism should work platform-wide for the project and group creation modals, but it conflicts with the query parameters solution on the search page.
We should fix that and remove the workaround from the
NavbarV2
components, leaving only theCreateProjectV2Button
andCreateGroupButton
buttons.The text was updated successfully, but these errors were encountered: