Skip to content

Commit

Permalink
fix: removed unused guard
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 11, 2024
1 parent 3235082 commit bf16309
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/settings/CategorizationSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ export default {
exportClasses: function () {
console.log('Exporting categories...');
if (this.categoryStore.classes === undefined) {
alert('No classes saved, nothing to export!');
}
const export_data = {
categories: this.categoryStore.classes,
};
Expand Down

1 comment on commit bf16309

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b18 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b18 (click to expand)

Please sign in to comment.