d6d461cd by Administrator

Merge branch '31531_apply_tokenization_on_other_llms' into 'master'

#32618 - The modal for max token limit displays the incorrect modal

See merge request !124
2 parents 3f2cd063 4bbf00d8
Pipeline #29881 for d6d461cd passed in 17 seconds
...@@ -158,8 +158,8 @@ function App() { ...@@ -158,8 +158,8 @@ function App() {
158 window.btutil_modalRegisterUpgrade(false); 158 window.btutil_modalRegisterUpgrade(false);
159 return; 159 return;
160 } 160 }
161 if(data && data.data.status === 'max-tokens') { 161 if(data.data && data.data.status === 'max-tokens') {
162 if(data.ent_member === 'yes') { 162 if(data.data.ent_member === 'yes') {
163 window.btutil_modalMaxTokenUpgradeEntMembers(); 163 window.btutil_modalMaxTokenUpgradeEntMembers();
164 return; 164 return;
165 } 165 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!