Fix pyright errors (#2210)
This commit is contained in:
parent
b6e7744498
commit
b5f6ab3a82
@ -347,7 +347,9 @@ class DataEditor(NoSSRComponent):
|
||||
|
||||
return {
|
||||
(-1, "DataEditorPortal"): Portal.create(
|
||||
id="portal", style={"position": "fixed", "top": 0}
|
||||
id="portal",
|
||||
position="fixed",
|
||||
top=0,
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user