forked from MapComplete/MapComplete
Style: styling tweaks to plantnet flow
This commit is contained in:
parent
580b58e86a
commit
5da56d8fa5
5 changed files with 8 additions and 11 deletions
|
|
@ -36,9 +36,7 @@ const wikidataId: Store<string> = UIEventSource.FromPromise(
|
|||
).mapD(wd => wd[0]?.species?.value);
|
||||
</script>
|
||||
|
||||
<NextButton on:click={() =>{
|
||||
console.log("Dispatching: ", $wikidataId)
|
||||
return dispatch("selected", $wikidataId); }}>
|
||||
<NextButton on:click={() => dispatch("selected", $wikidataId)}>
|
||||
{#if $wikidata === undefined}
|
||||
<Loading>
|
||||
<Tr t={ t.loadingWikidata.Subs({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue