We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4a922 commit 081f402Copy full SHA for 081f402
src/components/Demo.jsx
@@ -14,7 +14,7 @@ const Demo = () => {
14
15
const [getSummary, { error, isFetching }] = useLazyGetSummaryQuery();
16
17
- const [language, setLanguage] = useState("en");
+ const [language, setLanguage] = useState("fi");
18
19
useEffect(() => {
20
const articlesFromLocalStorage = JSON.parse(
@@ -80,6 +80,7 @@ const Demo = () => {
80
className="lang_input p-2.5"
81
onChange={(e) => setLanguage(e.target.value)}
82
>
83
+ <option value="fi">Suomi</option>
84
<option value="en">English</option>
85
<option disabled>────────────</option>
86
<option value="ar">Arabic</option>
0 commit comments