Skip to content

Commit 1fcc18a

Browse files
waleedlatif1claude
andcommitted
fix(agiloft): add optional flag to nullable lock record block outputs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f40ccd4 commit 1fcc18a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/sim/blocks/blocks/agiloft.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,13 @@ export const AgiloftBlock: BlockConfig = {
397397
type: 'string',
398398
description: 'Username of the user who locked the record',
399399
condition: { field: 'operation', value: 'lock_record' },
400+
optional: true,
400401
},
401402
lockExpiresInMinutes: {
402403
type: 'number',
403404
description: 'Minutes until the lock expires',
404405
condition: { field: 'operation', value: 'lock_record' },
406+
optional: true,
405407
},
406408
},
407409
}

0 commit comments

Comments
 (0)