Ensure step is selected after creation when a new version has to be created (#9218)
Fixes https://discord.com/channels/1130383047699738754/1318606664202715156/1318606664202715156
This commit is contained in:
committed by
GitHub
parent
d2abd59a51
commit
4f329d6005
@ -0,0 +1,6 @@
|
||||
import { createState } from 'twenty-ui';
|
||||
|
||||
export const workflowLastCreatedStepIdState = createState<string | undefined>({
|
||||
key: 'workflowLastCreatedStepIdState',
|
||||
defaultValue: undefined,
|
||||
});
|
||||
Reference in New Issue
Block a user