team-genny / genny

0 stars 1 forks source link

Make "delete" buttons in SchemaList delete the schema #14

Closed fergcb closed 4 months ago

fergcb commented 4 months ago

Depends on #12

There are currently "delete" buttons for each schema in the SchemaList component, but they don't do anything. They should make a call to the delete endpoint introduced in #12 and invalidate the schemas list to remove the item from the page.