Skip to content

Commit bf16309

Browse files
committed
fix: removed unused guard
1 parent 3235082 commit bf16309

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/views/settings/CategorizationSettings.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ export default {
122122
exportClasses: function () {
123123
console.log('Exporting categories...');
124124
125-
if (this.categoryStore.classes === undefined) {
126-
alert('No classes saved, nothing to export!');
127-
}
128125
const export_data = {
129126
categories: this.categoryStore.classes,
130127
};

0 commit comments

Comments
 (0)