Skip to content

Commit 5e01067

Browse files
authored
run attribute types adapter for 26ai db version (#205)
1 parent cf31343 commit 5e01067

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

properties_pane/model_level/modelLevelConfig.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,18 @@ making sure that you maintain a proper JSON format.
159159
]
160160
},
161161
"adapter": "adaptUnavailableTypes"
162+
},
163+
{
164+
"dependency": {
165+
"type": "not",
166+
"values": [
167+
{
168+
"key": "dbVersion",
169+
"value": "26ai"
170+
}
171+
]
172+
},
173+
"adapter": "adaptUnavailableTypes"
162174
}
163175
]
164176
},

0 commit comments

Comments
 (0)