GoogleContainerTools / kpt-backstage-plugins

Apache License 2.0
54 stars 29 forks source link

Settings page throws an error #258

Closed ChristopherFry closed 1 year ago

ChristopherFry commented 1 year ago

Expected Behavior

User should be able to navigate to the Settings page successfully.

Current Behavior

A error shows when the user navigates to the Settings page.

Steps to Reproduce

  1. Run the UI locally using the latest code from the main branch, currently [7de057e]
  2. Navigate to http://localhost:3000/settings
  3. Error occurs image
  4. Settings page can be viewed once the error is closed image

Possible Solution

Context

This doesn't impact the functionality of the Config as Data Plugin but we should still resolve this.

ChristopherFry commented 1 year ago

This issue is fixed with #263.