mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-11 00:18:46 +01:00
Put SPARQL mode below TEXT
This commit is contained in:
parent
41abdbb7fa
commit
79379b23e2
@ -77,19 +77,19 @@ const RequestBodyMode = ({ item, collection }) => {
|
||||
className="dropdown-item"
|
||||
onClick={() => {
|
||||
dropdownTippyRef.current.hide();
|
||||
onModeChange('sparql');
|
||||
onModeChange('text');
|
||||
}}
|
||||
>
|
||||
SPARQL
|
||||
TEXT
|
||||
</div>
|
||||
<div
|
||||
className="dropdown-item"
|
||||
onClick={() => {
|
||||
dropdownTippyRef.current.hide();
|
||||
onModeChange('text');
|
||||
onModeChange('sparql');
|
||||
}}
|
||||
>
|
||||
TEXT
|
||||
SPARQL
|
||||
</div>
|
||||
<div className="label-item font-medium">Other</div>
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user