Skip to content

Commit 279a836

Browse files
authored
Merge branch 'dev' into fix/a11y-30710
2 parents 7233c34 + 48dae26 commit 279a836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/views/query-runner/request/headers/RequestHeaders.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ const RequestHeaders = () => {
116116
className={styles.button}
117117
appearance='primary'
118118
onClick={handleAddHeader}
119+
disabled={!header.name.trim() || !header.value.trim()}
119120
>
120121
{translateMessage(isUpdatingHeader ? 'Update' : 'Add')}
121122
</Button>

0 commit comments

Comments
 (0)