Skip to content

Commit

Permalink
Merge pull request #1303 from il3ven/11/fix/buildLogsSnack
Browse files Browse the repository at this point in the history
fix bug: minimize `BuildLogsSnack` upon fullscreen
  • Loading branch information
shamsmosowi committed Aug 17, 2023
2 parents 776e821 + 4819492 commit 7ba4bad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export default function BuildLogsSnack({
timeRange: { type: "days", value: 7 },
buildLogExpanded: 0,
});
setExpanded(false);
}}
style={{ color: "white" }}
>
Expand Down

0 comments on commit 7ba4bad

Please sign in to comment.