Skip to content

Commit

Permalink
feat: Add FolderSync icon to UpdateDataComponent in update_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anovazzi1 authored and ogabrielluiz committed Nov 22, 2024
1 parent 12574ba commit 410f5b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class UpdateDataComponent(Component):
description: str = "Dynamically update or append data with the specified fields."
name: str = "UpdateData"
MAX_FIELDS = 15 # Define a constant for maximum number of fields
icon = "FolderSync"

inputs = [
DataInput(
Expand Down

0 comments on commit 410f5b3

Please sign in to comment.