mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 05:01:15 +00:00
fix(approvals): use canonical decision values in interactive button payloads
This commit is contained in:
committed by
Peter Steinberger
parent
316d10637b
commit
7fea8250fb
@@ -28,7 +28,7 @@ describe("plugin-sdk/approval-renderers", () => {
|
||||
},
|
||||
{
|
||||
label: "Allow Always",
|
||||
value: "/approve plugin:approval-123 always",
|
||||
value: "/approve plugin:approval-123 allow-always",
|
||||
style: "primary",
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ describe("plugin-sdk/approval-renderers", () => {
|
||||
},
|
||||
{
|
||||
label: "Allow Always",
|
||||
value: "/approve plugin-approval-123 always",
|
||||
value: "/approve plugin-approval-123 allow-always",
|
||||
style: "primary",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user