Merge branch 'master' into chore/remove-sentry-references

This commit is contained in:
Michael Drury 2023-10-18 10:25:43 +01:00 committed by GitHub
commit 0894353cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -23,5 +23,7 @@
</script> </script>
{#key $params.datasourceId} {#key $params.datasourceId}
{#if $datasources.selected}
<slot /> <slot />
{/if}
{/key} {/key}

View File

@ -16,8 +16,7 @@
let selectedPanel = null let selectedPanel = null
let panelOptions = [] let panelOptions = []
// datasources.selected can return null temporarily on datasource deletion $: datasource = $datasources.selected
$: datasource = $datasources.selected || {}
$: getOptions(datasource) $: getOptions(datasource)