1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-20 06:28:04 +00:00

Update shortcuts (fixes #51)

This commit is contained in:
2023-06-29 09:50:18 +02:00
parent e53019a4b0
commit ce9934faa7
14 changed files with 109 additions and 57 deletions

View File

@ -5,7 +5,7 @@
import { createEventDispatcher } from 'svelte';
export let collection;
export let query = undefined;
export let query = {};
const dispatch = createEventDispatcher();
const exportInfo = { ...query, viewKey: collection.viewKey };