fix
This commit is contained in:
@@ -756,7 +756,10 @@ function ActionMenu() {
|
||||
open={open}
|
||||
onOpenChange={async (open) => {
|
||||
set(open)
|
||||
|
||||
if (open && !data) {
|
||||
await runAsync()
|
||||
}
|
||||
}}
|
||||
>
|
||||
<PopoverTrigger asChild>
|
||||
|
||||
Reference in New Issue
Block a user