From 38b447e9da4a1cccde11a21671a87e3fc3beb98e Mon Sep 17 00:00:00 2001 From: Kevin Nadro Date: Mon, 21 Apr 2025 17:11:19 -0500 Subject: [PATCH] fix: fixed two e2e tests, forgot needsReview when making new command --- src/lib/commandBarConfigs/projectsCommandConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commandBarConfigs/projectsCommandConfig.ts b/src/lib/commandBarConfigs/projectsCommandConfig.ts index 72e25e15b..ccab2d989 100644 --- a/src/lib/commandBarConfigs/projectsCommandConfig.ts +++ b/src/lib/commandBarConfigs/projectsCommandConfig.ts @@ -244,7 +244,7 @@ export const deleteProjectCommand: Command = { displayName: `Delete project`, description: 'Delete a project', groupId: 'projects', - needsReview: false, + needsReview: true, onSubmit: (record) => { if (record) { systemIOActor.send({