Skip to content

Commit a6e0f41

Browse files
refactor: update the smartSuite.jsx
1 parent acb3f6e commit a6e0f41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend-dev/src/components/AllIntegrations/SmartSuite/SmartSuite.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ function SmartSuite({ formFields, setFlow, flow, allIntegURL }) {
6767
return
6868
}
6969

70-
if (smartSuiteConf.actionName != 'solution' && !smartSuiteConf.selectedSolution) {
70+
if (
71+
(smartSuiteConf.actionName === 'table' || smartSuiteConf.actionName === 'record') &&
72+
!smartSuiteConf.selectedSolution
73+
) {
7174
toast.error(__('Please select a solution', 'bit-integrations'))
7275
return
7376
}

0 commit comments

Comments
 (0)