NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
28 stars 4 forks source link

Default Body of "New Goal" is incorrect. #1330

Open Mythicaeda opened 3 weeks ago

Mythicaeda commented 3 weeks ago

Checked for duplicates

Yes - I've already checked

Is this a regression?

No - This is a new bug

Version

develop

Describe the bug

When creating a new goal, the UI will auto-fill with the default text of:

export default (): GlobalSchedulingGoal => {

}

The type GlobalSchedulingGoal is actually called Goal and ought to be renamed.

Reproduction

1) Go to "Scheduling" page in UI 2) Click "New Goal"

Logs

No logs

System Info

Mac OS, Firefox

Severity

Minor