Skip to content

Commit b68eb82

Browse files
committed
but-actions is no more
Remove the remnants of the but action. Puns intended
1 parent 97194ea commit b68eb82

File tree

19 files changed

+0
-1988
lines changed

19 files changed

+0
-1988
lines changed

apps/desktop/cypress/e2e/support/mock/settings.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export const MOCK_FEATURE_FLAGS: FeatureFlags = {
1111
cv3: false,
1212
ws3: false,
1313
apply3: false,
14-
actions: false,
15-
butbot: false,
1614
rules: false,
1715
singleBranch: false
1816
};

apps/desktop/src/components/AnalyticsMonitor.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ attached to posthog events.
2727
2828
$effect(() => {
2929
eventContext.update({
30-
showActions: projectState.showActions.current,
3130
exclusiveAction: projectState.exclusiveAction.current?.type
3231
});
3332
});
@@ -63,7 +62,6 @@ attached to posthog events.
6362
$effect(() => {
6463
eventContext.update({
6564
v3: true,
66-
butlerActions: $settingsService?.featureFlags.actions,
6765
ws3: $settingsService?.featureFlags.ws3,
6866
rules: $settingsService?.featureFlags.rules
6967
});

0 commit comments

Comments
 (0)