mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 20:28:48 -05:00
refactor(app): changed condition for aliases input
This commit is contained in:
@@ -385,7 +385,7 @@ const DetailsPanel = memo(() => {
|
||||
</a>
|
||||
) : value && value.constructor === Object ? (
|
||||
<PopoverProperty label={key} property={value} />
|
||||
) : key === 'aliases' ? (
|
||||
) : Array.isArray(value) ? (
|
||||
<TagsInput
|
||||
value={value || []}
|
||||
onChange={(tags) => handlePropertyChange(key, tags)}
|
||||
|
||||
Reference in New Issue
Block a user