mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-30 16:56:07 +08:00
Merge branch 'main' into next
This commit is contained in:
@@ -50,6 +50,7 @@ import { AddNodeContextProvider } from './AddNodeContext';
|
||||
import { RemoveNodeContextProvider } from './RemoveNodeContext';
|
||||
import { NodeDragContextProvider } from './NodeDragContext';
|
||||
import { NodeClipboardContextProvider } from './NodeClipboardContext';
|
||||
import { useResourceFilterActionProps } from './hooks/useResourceFilterActionProps';
|
||||
|
||||
function ExecutionResourceProvider({ request, filter = {}, ...others }) {
|
||||
const { workflow } = useFlowContext();
|
||||
@@ -393,6 +394,7 @@ function WorkflowMenu() {
|
||||
}}
|
||||
scope={{
|
||||
useRefreshActionProps,
|
||||
useResourceFilterActionProps,
|
||||
ExecutionStatusOptions,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user