Put SPARQL mode below TEXT

This commit is contained in:
Stefan Ollinger 2023-10-10 20:52:13 +02:00
parent 41abdbb7fa
commit 79379b23e2

View File

@ -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