mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
Make item optional
This commit is contained in:
parent
10e81c38c2
commit
8f624b90fa
@ -25,7 +25,7 @@ export const TextView = ({
|
||||
truncate = false,
|
||||
rawText,
|
||||
}: {
|
||||
item: Item
|
||||
item?: Item
|
||||
itemId: string
|
||||
text?: string
|
||||
truncate?: boolean
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user