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