Resolved an issue with installing and running Langflow. The initial installation via pip install langflow and subsequent command langflow --host 0.0.0.0 --port 7860 encountered errors. The solution involved:
Upgrading pip to the latest version.
Updating the system packages.
Reinstalling Langflow with pip3.
Adjusting the execution command to langflow run --host 0.0.0.0 --port 7860.
🐛 (ApiModal): remove workaround for the issue with the tweak object
being an array as it has been fixed
🐛 (utils.ts): fix the issue with the tweaksBuildedObject being an array
instead of an object by accessing the first element of the array
✨ (codeTabsComponent/index.tsx): add support for exporting code as a
file
♻️ (codeTabsComponent/index.tsx): refactor code to use a switch
statement instead of multiple if conditions for different template field
types
🔧 (codeTabsComponent/index.tsx): fix import statements and remove unused
imports
📝 (codeTabsComponent/index.tsx): add comments to improve code
readability
📝 (codeTabsComponent/index.tsx): refactor code to use a switch statement
instead of multiple if-else conditions for better readability and
maintainability
♻️ (codeTabsComponent/index.tsx): refactor code to use a Case component
for each condition in the switch statement to improve code organization
and readability
✨ (index.tsx): remove unused import of React from "react" to improve
code cleanliness
♻️ (index.tsx): refactor code to remove unused imports and variables,
improve code readability and organization
📝 (index.tsx): add missing import of Case component from
"../../../../shared/components/caseComponent"
🔧 (index.tsx): add missing import of TooltipRenderComponent from
"../tooltipRenderComponent"
✅ (index.tsx): add missing hooks and functions to improve code
functionality and maintainability
📝 (index.tsx): Refactor code to improve readability and maintainability
📝 (index.tsx): refactor the rendering logic in the ParameterComponent to
improve readability and maintainability
🔧 (index.tsx): fix access to nested properties in the data object by
using optional chaining operator (?.) to prevent potential errors when
accessing undefined properties
✨ (tooltipRenderComponent): add a new component for rendering tooltips
in the genericNode component
📝 (use-fetch-data-on-mount): add a new hook for fetching data on
component mount
📝 (use-handle-new-value): add a new hook for handling new values in the
component
📝 (use-handle-node-class): add a new hook for handling node class in the
component
📝 (use-handle-refresh-buttons): add a new hook for handling refresh
button press in the component
✨ (editNodeModal/index.tsx): import Case component to handle conditional
rendering of different input components based on template type
📝 (editNodeModal/index.tsx): add comments to explain the purpose of the
code and provide context for future developers
♻️ (editNodeModal/index.tsx): refactor code to use the Case component
for conditional rendering instead of multiple if statements
📝 (file.js): update code formatting and indentation for better
readability
📝 (editNodeModal/index.tsx): update code to fix a bug related to
accessing nested properties in myData.node object
♻️ (editNodeModal/index.tsx): refactor code to use conditional rendering
with Case component for better readability and maintainability
✨ (caseComponent/index.tsx): add a new component called Case that
conditionally renders its children based on a given condition
📝 (components/index.ts): add an optional display_name property to the
groupedObjType interface
♻️ (components/index.ts): remove unnecessary commas and fix indentation
in the codeTabsPropsType interface
🐛 (reactflowUtils.ts): remove unused parameter 'edges' in
isValidConnection function
♻️ (reactflowUtils.ts): refactor scapeJSONParse and scapeJSONStringfy
functions to remove unnecessary exclamation marks
🐛 (reactflowUtils.ts): fix bug in updateIds function where it doesn't
update the sourceHandle and targetHandle correctly
🐛 (reactflowUtils.ts): fix bug in validateNode function where it doesn't
handle empty keys correctly
🐛 (reactflowUtils.ts): fix bug in validateNode function where it doesn't
handle duplicate keys correctly
🐛 (reactflowUtils.ts): fix bug in validateNode function where it doesn't
handle dict type correctly
🐛 (reactflowUtils.ts): fix bug in validateNodes function where it
doesn't handle empty nodes correctly
🐛 (reactflowUtils.ts): fix bug in updateEdges function where it doesn't
update the className correctly
🐛 (reactflowUtils.ts): fix bug in handleKeyDown function where it
doesn't handle control+backspace on Windows/Linux correctly
🐛 (reactflowUtils.ts): fix bug in handleOnlyIntegerInput function where
it doesn't handle decimal point correctly
🐛 (reactflowUtils.ts): fix bug in getConnectedNodes function where it
doesn't return the correct connected nodes
🐛 (reactflowUtils.ts): fix bug in convertObjToArray function where it
doesn't handle non-dict type correctly
🐛 (reactflowUtils.ts): fix bug in generateFlow function where it doesn't
filter out edges correctly
🐛 (reactflowUtils.ts): fix bug in reconnectEdges function where it
doesn't update the sourceHandle correctly
🐛 (reactflowUtils.ts): fix bug in filterFlow function where it doesn't
filter out nodes and edges correctly
🐛 (reactflowUtils.ts): fix bug in validateSelection function where it
doesn't handle selection mode correctly
📝 (reactflowUtils.ts): remove trailing commas and unnecessary whitespace
to improve code readability and consistency
♻️ (reactflowUtils.ts): refactor validateSelection function to remove
duplicate code and improve readability
♻️ (reactflowUtils.ts): refactor generateNodeTemplate function to
simplify code and improve readability
♻️ (reactflowUtils.ts): refactor isHandleConnected function to remove
unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor generateNodeFromFlow function to remove
unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor connectedInputNodesOnHandle function to
remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor updateProxyIdsOnTemplate function to
remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor updateEdgesIds function to remove
unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor expandGroupNode function to remove
unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor getGroupStatus function to remove
unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor createFlowComponent function to remove
unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor updateComponentNameAndType function to
remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor removeFileNameFromComponents function
to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor extractFieldsFromComponenents function
to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor downloadFlow function to remove
unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor downloadFlows function to remove
unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor createNewFlow function to remove
unnecessary parentheses and improve readability
✨ (deleteComponentFlows.spec.ts): update confirmation message selector to match the updated text
✨ (nestedComponent.spec.ts): update selector to click on "New Project" button
♻️ (nestedComponent.spec.ts): remove redundant code for clicking on "showpinecone_env" checkbox
♻️ (nestedComponent.spec.ts): remove redundant code for clicking on "showpinecone_env" checkbox
♻️ (nestedComponent.spec.ts): remove redundant code for clicking on "showpinecone_env" checkbox
♻️ (nestedComponent.spec.ts): remove redundant code for clicking on "showpinecone_env" checkbox
♻️ (saveComponents.spec.ts): update selector to click on "New Project" button
♻️ (saveComponents.spec.ts): remove redundant code for clicking on "title-PythonFunctionTool" element
♻️ (saveComponents.spec.ts): remove redundant code for clicking on "title-ChatOpenAI" element
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable instead of hardcoding it
♻️ (store.spec.ts): update API Key placeholder value to use environment variable
✅ (tweaks_test.spec.ts): update selectors to use getByText instead of locator for better readability and maintainability
* format
* chore: Bump langflow version to 1.0.0a34 and langflow-base version to 0.0.45
* Fix fallback_to_env_vars type hint
* chore: Add fallback_to_env_vars parameter to run_flow_from_json function
The `run_flow_from_json` function now accepts a new optional parameter `fallback_to_env_vars` which determines whether Global Variables should fallback to environment variables if not found. This change allows for more flexibility in handling variable values.
* chore: Add fallback_to_env_vars parameter to run_flow_from_json function
* chore: Set file path to None when not found in component
This commit modifies the `Vertex` class to set the file path to `None` when it is not found for a required field in a component. This change ensures that the code can handle missing file paths gracefully and avoids raising a `ValueError`.
* chore: Add fallback_to_env_vars parameter to run_flow_from_json function
* new package lock
* fix(codeTabsComponent): add allowExport prop to CodeTabsComponent to conditionally
render ExportModal component based on the prop value
feat(apiModal): pass allowExport prop to CodeTabsComponent in ApiModal view
feat(types): add allowExport prop to codeTabsPropsType in components index file
* fix bug on delete edge
This commit fixes an issue in the `loading.py` file where environment variables were not being properly fallbacked to if not found in custom component keys. It also updates the documentation to inform users about the new feature of falling back to environment variables if the variable value is not found in custom component keys.
* 🐛 (loading.py): Fix issue where environment variables were not being properly fallbacked to if not found in custom component keys
📝 (loading.py): Update documentation to inform users about the new feature of falling back to environment variables if variable value is not found in custom component keys
* add fallback_to_env_vars to build vertex
* feat: Add get_final_results_only parameter to build_records_from_result_data method
The `build_records_from_result_data` method in the `SubFlowComponent` class now accepts a `get_final_results_only` parameter. This parameter controls whether the output will contain all outputs from the flow or only the final results. This change allows for more flexibility in handling the result data.
♻️ (codeTabsComponent/index.tsx): refactor code to use a switch statement instead of multiple if conditions for different template field types
🔧 (codeTabsComponent/index.tsx): fix import statements and remove unused imports
📝 (codeTabsComponent/index.tsx): add comments to improve code readability
📝 (codeTabsComponent/index.tsx): refactor code to use a switch statement instead of multiple if-else conditions for better readability and maintainability
♻️ (codeTabsComponent/index.tsx): refactor code to use a Case component for each condition in the switch statement to improve code organization and readability
✨ (index.tsx): remove unused import of React from "react" to improve code cleanliness
♻️ (index.tsx): refactor code to remove unused imports and variables, improve code readability and organization
📝 (index.tsx): add missing import of Case component from "../../../../shared/components/caseComponent"
🔧 (index.tsx): add missing import of TooltipRenderComponent from "../tooltipRenderComponent"
✅ (index.tsx): add missing hooks and functions to improve code functionality and maintainability
📝 (index.tsx): Refactor code to improve readability and maintainability
📝 (index.tsx): refactor the rendering logic in the ParameterComponent to improve readability and maintainability
🔧 (index.tsx): fix access to nested properties in the data object by using optional chaining operator (?.) to prevent potential errors when accessing undefined properties
✨ (tooltipRenderComponent): add a new component for rendering tooltips in the genericNode component
📝 (use-fetch-data-on-mount): add a new hook for fetching data on component mount
📝 (use-handle-new-value): add a new hook for handling new values in the component
📝 (use-handle-node-class): add a new hook for handling node class in the component
📝 (use-handle-refresh-buttons): add a new hook for handling refresh button press in the component
✨ (editNodeModal/index.tsx): import Case component to handle conditional rendering of different input components based on template type
📝 (editNodeModal/index.tsx): add comments to explain the purpose of the code and provide context for future developers
♻️ (editNodeModal/index.tsx): refactor code to use the Case component for conditional rendering instead of multiple if statements
📝 (file.js): update code formatting and indentation for better readability
📝 (editNodeModal/index.tsx): update code to fix a bug related to accessing nested properties in myData.node object
♻️ (editNodeModal/index.tsx): refactor code to use conditional rendering with Case component for better readability and maintainability
✨ (caseComponent/index.tsx): add a new component called Case that conditionally renders its children based on a given condition
📝 (components/index.ts): add an optional display_name property to the groupedObjType interface
♻️ (components/index.ts): remove unnecessary commas and fix indentation in the codeTabsPropsType interface
🐛 (reactflowUtils.ts): remove unused parameter 'edges' in isValidConnection function
♻️ (reactflowUtils.ts): refactor scapeJSONParse and scapeJSONStringfy functions to remove unnecessary exclamation marks
🐛 (reactflowUtils.ts): fix bug in updateIds function where it doesn't update the sourceHandle and targetHandle correctly
🐛 (reactflowUtils.ts): fix bug in validateNode function where it doesn't handle empty keys correctly
🐛 (reactflowUtils.ts): fix bug in validateNode function where it doesn't handle duplicate keys correctly
🐛 (reactflowUtils.ts): fix bug in validateNode function where it doesn't handle dict type correctly
🐛 (reactflowUtils.ts): fix bug in validateNodes function where it doesn't handle empty nodes correctly
🐛 (reactflowUtils.ts): fix bug in updateEdges function where it doesn't update the className correctly
🐛 (reactflowUtils.ts): fix bug in handleKeyDown function where it doesn't handle control+backspace on Windows/Linux correctly
🐛 (reactflowUtils.ts): fix bug in handleOnlyIntegerInput function where it doesn't handle decimal point correctly
🐛 (reactflowUtils.ts): fix bug in getConnectedNodes function where it doesn't return the correct connected nodes
🐛 (reactflowUtils.ts): fix bug in convertObjToArray function where it doesn't handle non-dict type correctly
🐛 (reactflowUtils.ts): fix bug in generateFlow function where it doesn't filter out edges correctly
🐛 (reactflowUtils.ts): fix bug in reconnectEdges function where it doesn't update the sourceHandle correctly
🐛 (reactflowUtils.ts): fix bug in filterFlow function where it doesn't filter out nodes and edges correctly
🐛 (reactflowUtils.ts): fix bug in validateSelection function where it doesn't handle selection mode correctly
📝 (reactflowUtils.ts): remove trailing commas and unnecessary whitespace to improve code readability and consistency
♻️ (reactflowUtils.ts): refactor validateSelection function to remove duplicate code and improve readability
♻️ (reactflowUtils.ts): refactor generateNodeTemplate function to simplify code and improve readability
♻️ (reactflowUtils.ts): refactor isHandleConnected function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor generateNodeFromFlow function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor connectedInputNodesOnHandle function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor updateProxyIdsOnTemplate function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor updateEdgesIds function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor expandGroupNode function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor getGroupStatus function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor createFlowComponent function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor updateComponentNameAndType function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor removeFileNameFromComponents function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor extractFieldsFromComponenents function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor downloadFlow function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor downloadFlows function to remove unnecessary parentheses and improve readability
♻️ (reactflowUtils.ts): refactor createNewFlow function to remove unnecessary parentheses and improve readability
* 🔧 (build_and_push.Dockerfile): Upgrade Python base image from 3.10 to 3.12 for compatibility and updated dependencies
🔧 (build_and_push.Dockerfile): Add gcc to the list of dependencies for building Python dependencies
🔧 (build_and_push.Dockerfile): Update pip install command to specify the exact path for the .tar.gz file
🔧 (build_and_push_base.Dockerfile): Upgrade Python base image from 3.10 to 3.12 for compatibility and updated dependencies
🔧 (build_and_push_base.Dockerfile): Add gcc to the list of dependencies for building Python dependencies
🔧 (build_and_push_base.Dockerfile): Update pip install command to specify the exact path for the .tar.gz file
* Merge remote-tracking branch 'origin/dev' into fix_docker_images
* chore: Refactor loading of settings and handle missing keys
* chore: Update .env.example file with new configuration options
* Ignore database files in .gitignore
* Refactor loading of settings and handle missing keys
* Update DOWNLOAD_WEBHOOK_URL in base settings to use the correct URL for triggering flows in the Langflow store.
* 🐛 (base.py): Fix condition to copy existing database to new location only if SAVE_DB_IN_CONFIG_DIR is true
* 🐛 (base.py): update log message to accurately reflect the action being taken when creating a new database
* feat(codeTabsComponent): add ExportModal component to enable exporting flow data in CodeTabsComponent
* refactor(service.py): update VariableService to handle environment variables with
whitespace by stripping the value before creating the variable
* chore: Update package versions to 1.0.0a33 and 0.0.44 for 'langflow' and 'langflow-base' respectively
* make lock
* ✨ (codeTabsComponent/index.tsx): refactor code to remove unnecessary code and improve readability
📝 (codeTabsComponent/index.tsx): update comments in source code to provide better understanding of the code logic
♻️ (apiModal/index.tsx): refactor code to remove unnecessary code and improve readability
📝 (apiModal/index.tsx): update comments in source code to provide better understanding of the code logic
🔧 (tweaksStore.ts): add new store for managing tweaks data
📝 (components/index.ts): update codeTabsPropsType to use array syntax for tweak and tweaksList properties for better readability and consistency
♻️ (utils/utils.ts): refactor toTitleCase function to remove unnecessary comma and improve code readability
♻️ (utils/utils.ts): refactor groupByFamily function to remove unnecessary comma and improve code readability
♻️ (utils/utils.ts): refactor getPythonApiCode function to remove unnecessary comma and improve code readability
♻️ (utils/utils.ts): refactor getCurlCode function to remove unnecessary comma and improve code readability
♻️ (utils/utils.ts): refactor getPythonCode function to remove unnecessary comma and improve code readability
♻️ (utils/utils.ts): refactor getWidgetCode function to remove unnecessary comma and improve code readability
♻️ (utils/utils.ts): refactor getFieldTitle function to remove unnecessary comma and improve code readability
♻️ (utils/utils.ts): refactor IncrementObjectKey function to remove unnecessary comma and improve code readability
♻️ (utils/utils.ts): refactor getSetFromObject function to remove unnecessary comma and improve code readability
♻️ (utils/utils.ts): refactor getRandomName function to remove unnecessary comma and improve code readability
* 📝 (codeTabsComponent/index.tsx): remove unnecessary whitespace in className
♻️ (codeTabsComponent/index.tsx): refactor code to improve readability and remove unnecessary code
♻️ (apiModal/index.tsx): refactor code to improve readability and remove unnecessary code
♻️ (tweaksStore.ts): refactor code to improve readability and remove unnecessary code
✨ (zustand/tweaks/index.ts): add types for tweaks store
* ✨ (codeTabsComponent/index.tsx): refactor code to improve readability and remove unnecessary code
♻️ (codeTabsComponent/index.tsx): refactor code to improve readability and remove unnecessary code
♻️ (utils/utils.ts): refactor code to improve readability and remove unnecessary code
✅ (tweaks_test.spec.ts): add end-to-end test to check if tweaks are updating when something on the flow changes
* 🐛 (accordionComponent/index.tsx): fix variable name from 'trigger' to 'keyValue' for better clarity and readability
♻️ (accordionComponent/index.tsx): refactor code to use 'defaultValue' prop instead of manually setting the value in the AccordionItem component
🐛 (codeTabsComponent/index.tsx): remove unused 'openAccordions' function
♻️ (codeTabsComponent/index.tsx): refactor code to remove unnecessary condition for opening accordions in the onValueChange event handler
♻️ (codeTabsComponent/index.tsx): refactor code to remove unused 'open' prop in AccordionItem component
♻️ (codeTabsComponent/index.tsx): refactor code to remove unused 'openAccordion' state variable
♻️ (codeTabsComponent/index.tsx): refactor code to remove unused 'openAccordions' function call in the onValueChange event handler
* 🐛 (apiModal/index.tsx): remove unnecessary comma after ref parameter in ApiModal component
♻️ (apiModal/index.tsx): refactor code to improve readability and remove unnecessary commas in function parameters
✨ (apiModal/index.tsx): add conditional check before assigning values to tabs array to prevent errors when tabs is undefined or empty
* 🐛 (index.tsx): remove unnecessary defaultValue prop from Accordion component
♻️ (index.tsx): refactor AccordionItem component to remove defaultValue prop and simplify code
* 🐛 (apiModal/index.tsx): remove unnecessary comma after ref parameter in function signature
♻️ (apiModal/index.tsx): refactor code to improve readability and remove unnecessary comma after ref parameter in function signature
* refactor tweaks
* ✨ (codeTabsComponent/index.tsx): add autoFocus prop to the tweaks switch to prevent it from automatically gaining focus when rendered
♻️ (codeTabsComponent/index.tsx): refactor classNames in the api-modal-according-display div to remove unnecessary whitespace
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api-modal-according-display div to improve readability and remove unnecessary parentheses
♻️ (codeTabsComponent/index.tsx): refactor mapping of templateFields in the api
* fix tests on tweaks