fix: fixed two e2e tests, forgot needsReview when making new command

This commit is contained in:
Kevin Nadro
2025-04-21 17:11:19 -05:00
parent eeddd4fb07
commit 38b447e9da

View File

@ -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({