mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
refactor: renames connector name -> description
This commit is contained in:
@@ -32,7 +32,7 @@ export const ConnectorControls = ({ id }: Props) => {
|
||||
<ControlsContainer>
|
||||
<Section>
|
||||
<TextField
|
||||
label="Label"
|
||||
label="Description"
|
||||
value={connector.description}
|
||||
onChange={(e) => {
|
||||
updateConnector(connector.id, {
|
||||
|
||||
Reference in New Issue
Block a user