Trigger refetch workflow on version creation (#17685)
https://github.com/user-attachments/assets/ec156aba-3a67-4eef-addf-86158c3f1837
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { createFamilyState } from '@/ui/utilities/state/utils/createFamilyState';
|
||||
|
||||
export const shouldWorkflowRefetchRequestFamilyState = createFamilyState<
|
||||
boolean,
|
||||
string
|
||||
>({
|
||||
key: 'shouldWorkflowRefetchRequestFamilyState',
|
||||
defaultValue: false,
|
||||
});
|
||||
Reference in New Issue
Block a user