fix: remove refresh button
we will automate schema refresh
This commit is contained in:
@@ -24,14 +24,6 @@
|
||||
</script>
|
||||
|
||||
<SearchBar bind:value={search} />
|
||||
<div>
|
||||
<button
|
||||
disabled={loading}
|
||||
onclick={() => {
|
||||
// @todo: reload
|
||||
}}>Refresh</button
|
||||
>
|
||||
</div>
|
||||
<article>
|
||||
{#each filtered as source, i (source.name)}
|
||||
<details open={i === 0}>
|
||||
|
||||
Reference in New Issue
Block a user