Closed OnAGravitasHunt closed 7 years ago
The 'Delete Save' button appears to be deleting all other saves instead. As far as I can tell it's due to the lambda in local_saves_delete_selected() of design-import-export.vue, which returns only the current design, rather than all-but-current.
local_saves_delete_selected()
design-import-export.vue
The 'Delete Save' button appears to be deleting all other saves instead. As far as I can tell it's due to the lambda in
local_saves_delete_selected()
ofdesign-import-export.vue
, which returns only the current design, rather than all-but-current.