Skip to content

[Bug] Unable to import CSV with single record #548

@akpl

Description

@akpl

When trying to import CSV with only one record it silently fails.
There is only an error logged in dev console but on UI all checks are green and there is no error popup.

Image

Maybe this check is too strict?

if (!selectedAccount?.id || !data || data.length < 2) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions