mirror of
https://github.com/LukeHagar/OpenAPI.gg.git
synced 2025-12-10 04:20:40 +00:00
update server page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- <script lang="ts">
|
||||
<script lang="ts">
|
||||
import { openApiStore } from '$lib';
|
||||
import ServerInput from '../atoms/ServerInput.svelte';
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
Remove Server
|
||||
</button>
|
||||
</span>
|
||||
<ServerInput id={1} bind:url={server.url} bind:description={server.description} />
|
||||
<ServerInput id={1} bind:server />
|
||||
</li>
|
||||
{#if index < $openApiStore.servers.length - 1}
|
||||
<hr />
|
||||
@@ -40,4 +40,4 @@
|
||||
Add Server
|
||||
</button>
|
||||
</span>
|
||||
</form> -->
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user