1
0
Fork 0
mirror of synced 2024-09-20 03:08:18 +12:00

Run actions enabled for tables off by default

This commit is contained in:
Adria Navarro 2024-09-06 10:21:55 +02:00
parent 70514d739d
commit f1d0d9a171

View file

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