mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-19 14:14:05 +00:00
Multiple improvements to the frontend
* Consistent usage of modal footer * Remove hosts * Moved hosts to dedicated store
This commit is contained in:
@ -16,7 +16,6 @@
|
||||
import QueryChooser from './components/querychooser.svelte';
|
||||
|
||||
export let collection;
|
||||
export let hosts = {};
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
const defaults = {
|
||||
@ -252,7 +251,6 @@
|
||||
bind:queryToSave
|
||||
bind:show={showQueryChooser}
|
||||
on:select={queryChosen}
|
||||
{hosts}
|
||||
{collection}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user