Skip to content

Commit 3307fac

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: better clarification on which functions will be canceled (#37151)
GitOrigin-RevId: 104b441615c2992fa4dfb8a05a0941c6fe71a853
1 parent 22fcf1c commit 3307fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/features/schedules/components/ScheduledFunctionsContentToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function ScheduledFunctionsContentToolbar() {
122122
)}
123123
</span>
124124
) : (
125-
"all functions"
125+
`all functions${currentOpenFunction?.componentPath ? " in the selected component." : ""}`
126126
)}
127127
.
128128
</div>

0 commit comments

Comments
 (0)