[WorkflowNodesTabs](https://github.com/bytechefhq/bytechef/blob/master/client/src/pages/platform/workflow-editor/components/WorkflowNodesTabs.tsx) component has 4 instances of `TabsContent` that are rendered based on some conditions. The goal of this issue would be to figure out a way to generalize these into 1 usage of `WorkflowNodeTabContent` that de-duplicates the code. We don't want any change of functionality but just to keep the code DRY.