1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 14:14:05 +00:00

Refinements in query saving

This commit is contained in:
2023-02-15 20:33:29 +01:00
parent a3335cdc4e
commit 0bbd50857c
7 changed files with 24 additions and 20 deletions

View File

@ -14,6 +14,7 @@
// import ObjectViewer from '$components/objectviewer.svelte';
export let collection;
export let hosts = {};
const dispatch = createEventDispatcher();
const defaults = {
@ -233,6 +234,8 @@
bind:queryToSave
bind:show={showQueryChooser}
on:select={queryChosen}
{hosts}
{collection}
/>
<!-- <ObjectViewer bind:data={objectViewerData} /> -->