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