Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input field in dashboard is blank on landing when the input value column is an int #2972

Closed
karanpopat opened this issue Jan 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working dashboards ui

Comments

@karanpopat
Copy link

Describe the bug
The input field in the dashboard is blank on landing when the input value field is an int

select
      name as label,
      id as value,
      json_build_object(
        'project', project,
        'id', id
      ) as tags
    from
      gcp_compute_network
    order by
      title;

image

select
      name as label,
      id::text as value,
      json_build_object(
        'project', project,
        'id', id
      ) as tags
    from
      gcp_compute_network
    order by
      title;

image

Steampipe version (steampipe -v)
Steampipe v0.18.0-rc.2

To reproduce
Open GCP Network Detail Page where the input value column is an int

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dashboards ui
Projects
None yet
Development

No branches or pull requests

2 participants