fix: fixed two e2e tests, forgot needsReview when making new command
This commit is contained in:
@ -244,7 +244,7 @@ export const deleteProjectCommand: Command = {
|
|||||||
displayName: `Delete project`,
|
displayName: `Delete project`,
|
||||||
description: 'Delete a project',
|
description: 'Delete a project',
|
||||||
groupId: 'projects',
|
groupId: 'projects',
|
||||||
needsReview: false,
|
needsReview: true,
|
||||||
onSubmit: (record) => {
|
onSubmit: (record) => {
|
||||||
if (record) {
|
if (record) {
|
||||||
systemIOActor.send({
|
systemIOActor.send({
|
||||||
|
|||||||
Reference in New Issue
Block a user