mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-26 18:28:35 +02:00
clean text
This commit is contained in:
@@ -231,7 +231,7 @@ export const LinkForm: React.FC<LinkFormProps> = ({
|
||||
<TopicSelector
|
||||
{...field}
|
||||
renderSelectedText={() => (
|
||||
<span className="truncate">{selectedTopic?.prettyName || "Select a topic"}</span>
|
||||
<span className="truncate">{selectedTopic?.prettyName || "Topic"}</span>
|
||||
)}
|
||||
/>
|
||||
</FormItem>
|
||||
|
||||
Reference in New Issue
Block a user