Table run by default

This commit is contained in:
Adria Navarro 2024-10-04 13:21:28 +02:00
parent 8764a8c6e8
commit 75b5bbf401
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export async function create(tableId: string, rowAction: { name: string }) {
name: action.name,
automationId: automation._id!,
permissions: {
table: { runAllowed: false },
table: { runAllowed: true },
views: {},
},
}