@agent-native/dispatch 0.8.23 → 0.8.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -880,7 +880,7 @@ async function affectedAllAppTargets() {
880
880
  }))
881
881
  .sort((a, b) => a.name.localeCompare(b.name));
882
882
  return {
883
- label: apps.length > 0 ? "All workspace apps" : "All workspace apps",
883
+ label: "All workspace apps",
884
884
  count: apps.length,
885
885
  apps,
886
886
  };