1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Persist automation id in row action

This commit is contained in:
Adria Navarro 2024-07-18 10:41:20 +02:00
parent 7a7ed7c5fd
commit 6571d61b86

View file

@ -6,6 +6,7 @@ export interface TableRowActions extends Document {
string,
{
name: string
automationId: string
}
>
}