mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 08:02:40 +00:00
fix: fix initialization callback of AppDbexplorer
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
import type RunnableComponent from '../../helpers/RunnableComponent.svelte'
|
||||
import InsertRowRunnable from './InsertRowRunnable.svelte'
|
||||
import DeleteRow from './DeleteRow.svelte'
|
||||
import InitializeComponent from '../../helpers/InitializeComponent.svelte'
|
||||
|
||||
export let id: string
|
||||
export let configuration: RichConfigurations
|
||||
@@ -393,6 +394,8 @@
|
||||
resource={resolvedConfig?.type?.configuration?.postgresql?.resource ?? ''}
|
||||
/>
|
||||
|
||||
<InitializeComponent {id} />
|
||||
|
||||
<RunnableWrapper
|
||||
allowConcurentRequests
|
||||
noInitialize
|
||||
|
||||
Reference in New Issue
Block a user