Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ export function NewProjectModal({

{error && (
<div className="flex items-start gap-2 rounded-md border border-destructive/20 bg-destructive/10 px-3 py-2">
<span className="flex-1 text-xs text-destructive">{error}</span>
<span className="flex-1 text-xs text-destructive select-text">
{error}
</span>
<button
type="button"
onClick={() => setError(null)}
Expand Down
Loading