Persist automation id in row action
This commit is contained in:
parent
7a7ed7c5fd
commit
6571d61b86
|
@ -6,6 +6,7 @@ export interface TableRowActions extends Document {
|
|||
string,
|
||||
{
|
||||
name: string
|
||||
automationId: string
|
||||
}
|
||||
>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue