Skip to content

Commit ffc156c

Browse files
committed
fix table actions job preview
1 parent 8eb5e72 commit ffc156c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/lib/components/apps/components/display/table/AppAggridTable.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
const context = getContext<AppViewerContext>('AppViewerContext')
5757
const contextPanel = getContext<ContextPanelContext>('ContextPanel')
5858
const iterContext = getContext<ListContext>('ListWrapperContext')
59+
const editorContext = getContext('AppEditorContext')
5960
const listInputs: ListInputs | undefined = getContext<ListInputs>('ListInputs')
6061
6162
const { app, worldStore, selectedComponent, componentControl, darkMode, mode } = context
@@ -236,7 +237,8 @@
236237
237238
const componentContext = new Map<string, any>([
238239
['AppViewerContext', context],
239-
['ContextPanel', contextPanel]
240+
['ContextPanel', contextPanel],
241+
['AppEditorContext', editorContext]
240242
])
241243
242244
const sortedActions: TableAction[] | undefined = computedOrder

0 commit comments

Comments
 (0)