Add object field in RecordListPage

This commit is contained in:
Yang Luo
2024-03-16 16:57:04 +08:00
parent 8302fcf805
commit cc84bd37cf
4 changed files with 15 additions and 6 deletions

View File

@ -63,6 +63,7 @@ func NewRecord(ctx *context.Context) *casvisorsdk.Record {
Action: action,
Language: languageCode,
Object: object,
Response: "",
IsTriggered: false,
}
return &record