Skip to content

Commit

Permalink
Change display condition
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
  • Loading branch information
OlegIvaniv committed Jun 21, 2024
1 parent a82d06a commit c2eb392
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export class LmChatAnthropic implements INodeType {
...modelField,
default: 'claude-3-sonnet-20240229',
displayOptions: {
hide: {
'@version': [{ _cnd: { gte: 1.2 } }, 1],
show: {
'@version': [1.1],
},
},
},
Expand Down

0 comments on commit c2eb392

Please sign in to comment.