Skip to content
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

fix: model list view query bug w/ names w/ parentheses #2230

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Conversation

fabis94
Copy link
Contributor

@fabis94 fabis94 commented Apr 25, 2024

No description provided.

Copy link

linear bot commented Apr 25, 2024

@@ -15,8 +15,17 @@
</LayoutDialogSection>
<UserProfileEditDialogChangePassword :user="user" />
<UserProfileEditDialogDeleteAccount :user="user" @deleted="isOpen = false" />
<div class="text-tiny text-foreground-2 mt-4">
User #{{ user.id }} {{ distinctId ? ` | ${distinctId}` : '' }}
<div class="text-xs text-foreground-2 mt-4">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added possibility to copy user ID & distinctId on click

@fabis94 fabis94 requested a review from benjaminvo April 25, 2024 11:50
@fabis94 fabis94 merged commit cd16b04 into main Apr 26, 2024
20 of 23 checks passed
@fabis94 fabis94 deleted the fabians/WEB-840 branch April 26, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants