We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92fbb7 commit 3b5ac6fCopy full SHA for 3b5ac6f
frontend-dev/src/components/Triggers/ActionHook.jsx
@@ -54,10 +54,6 @@ const ActionHook = () => {
54
toast.error(__('Please Select Fields', 'bit-integrations'))
55
return
56
}
57
- if (!primaryKey) {
58
- toast.error(__('Please Select a Primary Key', 'bit-integrations'))
59
- return
60
- }
61
62
const tmpNewFlow = { ...newFlow }
63
tmpNewFlow.triggerData = {
@@ -351,7 +347,7 @@ const ActionHook = () => {
351
347
onClick={setTriggerData}
352
348
className="btn btcd-btn-lg purple sh-sm flx"
353
349
type="button"
354
- disabled={!selectedFields.length || !primaryKey}>
350
+ disabled={!selectedFields.length}>
355
{__('Set Action', 'bit-integrations')}
356
</button>
357
</div>
0 commit comments