feat: add linked item management to action updates in SWOT analysis
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5s
This commit is contained in:
@@ -183,6 +183,7 @@ export async function updateAction(
|
||||
description?: string;
|
||||
priority?: number;
|
||||
status?: string;
|
||||
linkedItemIds?: string[];
|
||||
}
|
||||
) {
|
||||
const session = await auth();
|
||||
|
||||
Reference in New Issue
Block a user