fix: system command not triggerred (#165)

This commit is contained in:
Huakun 2025-02-19 07:56:36 -05:00 committed by GitHub
parent d3215d386d
commit 9cfb59e7e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,8 @@
if (confirmed) {
cmd.function()
}
} else {
cmd.function()
}
}}
value={cmd.name}