Skip to content

Commit

Permalink
change backfill view runs button to view (#24996)
Browse files Browse the repository at this point in the history
We renamed the view button for runs, but missed it for backfills - this
make the button "View" instead of "view runs"

before
<img width="1434" alt="Screenshot 2024-10-02 at 10 36 01 AM"
src="https://github.com/user-attachments/assets/d89b256c-1f64-4dba-976e-0dabe2464d92">

after
<img width="1434" alt="Screenshot 2024-10-02 at 10 36 34 AM"
src="https://github.com/user-attachments/assets/0a7c158a-18d7-4acf-8343-33231af0149b">

NOCHANGELOG
  • Loading branch information
jamiedemaria authored and sbquinlan committed Oct 3, 2024
1 parent 6de0ebf commit 1219a0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const BackfillActionsMenu = ({
<>
{anchorLabel ? (
<JoinedButtons>
<AnchorButton to={getBackfillPath(backfill.id)}>View run</AnchorButton>
<AnchorButton to={getBackfillPath(backfill.id)}>View</AnchorButton>
{popover}
</JoinedButtons>
) : (
Expand Down

0 comments on commit 1219a0e

Please sign in to comment.