Fix get names
This commit is contained in:
parent
8f99072552
commit
b4a979ed97
|
@ -249,7 +249,7 @@ export async function run(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getNames(actions: TableRowActions) {
|
export async function getNames({ actions }: TableRowActions) {
|
||||||
const automations = await sdk.automations.find(
|
const automations = await sdk.automations.find(
|
||||||
Object.values(actions).map(({ automationId }) => automationId)
|
Object.values(actions).map(({ automationId }) => automationId)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue