mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
fix: keepAlive's fallback adds problem while saving normal requests (#5741)
* fix: only get the values if the settings exist * Apply suggestion from @Copilot * refactor: move status line to the query bar --------- Co-authored-by: Bijin A B <bijin@usebruno.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6890bbee70
commit
c6ce40c245
@@ -2,6 +2,7 @@ import styled from 'styled-components';
|
||||
|
||||
const StyledWrapper = styled.div`
|
||||
height: 2.3rem;
|
||||
position: relative;
|
||||
|
||||
.input-container {
|
||||
background-color: ${(props) => props.theme.requestTabPanel.url.bg};
|
||||
|
||||
Reference in New Issue
Block a user