diff --git a/CHANGELOG.md b/CHANGELOG.md index c69c5218ba..4a2ee1f626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ and this project adheres to ### Fixed +- Duplicate `isReadOnly` declaration in TriggerForm that was blocking asset builds + [#3976](https://github.com/OpenFn/lightning/issues/3976) - Run duration and status alignment drift in history view [#3945](https://github.com/OpenFn/lightning/pull/3945) - Shared doc lookup in clustered environments now works across nodes instead of diff --git a/assets/js/collaborative-editor/components/inspector/TriggerForm.tsx b/assets/js/collaborative-editor/components/inspector/TriggerForm.tsx index 5416c33e22..f8fdee1b6e 100644 --- a/assets/js/collaborative-editor/components/inspector/TriggerForm.tsx +++ b/assets/js/collaborative-editor/components/inspector/TriggerForm.tsx @@ -43,7 +43,6 @@ export function TriggerForm({ trigger }: TriggerFormProps) { const sessionContext = useSessionContext(); const { provider } = useSession(); const channel = provider?.channel; - const { isReadOnly } = useWorkflowReadOnly(); // Get active trigger auth methods from workflow store const activeTriggerAuthMethods = useWorkflowState(