Skip to content

Commit 4b89bd6

Browse files
waleedlatif1claude
andcommitted
fix(agiloft): revert optional flag on block outputs — property only exists on tool outputs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1fcc18a commit 4b89bd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/sim/blocks/blocks/agiloft.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,13 +397,11 @@ 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,
401400
},
402401
lockExpiresInMinutes: {
403402
type: 'number',
404403
description: 'Minutes until the lock expires',
405404
condition: { field: 'operation', value: 'lock_record' },
406-
optional: true,
407405
},
408406
},
409407
}

0 commit comments

Comments
 (0)