Hide workflow manual trigger from command menu on "Select All" (#19718)

https://github.com/user-attachments/assets/e19c6d23-03c1-49c8-8b83-5c8f5f0f1135
This commit is contained in:
Thomas Trompette
2026-04-15 15:55:38 +02:00
committed by GitHub
parent 0c4a194c7a
commit 8a968d1e31
2 changed files with 17 additions and 6 deletions
@@ -1,5 +1,5 @@
import { Injectable, Logger } from '@nestjs/common';
import { msg } from '@lingui/core/macro';
import { Injectable, Logger } from '@nestjs/common';
import { isNonEmptyString } from '@sniptt/guards';
import { type ActorMetadata } from 'twenty-shared/types';