We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7929929 commit 0fdc855Copy full SHA for 0fdc855
pages/find/index.js
@@ -13,6 +13,7 @@ const Find = () => {
13
const onSubmit = async (previewFormat) => {
14
try {
15
if(!token) return;
16
+ setLoading(true)
17
18
const res = await fetch(`${process.env.NEXT_PUBLIC_BC_HOST}/${token}`)
19
const data = res.json()
0 commit comments