Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhattin committed Oct 20, 2024
1 parent 7658660 commit 24c88b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/main_page/display/SaveEdit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
});
const cancel_edit_func = () => {
if ($edited_translations_indexes.size + $added_translations_indexes.length === 0) {
// $cancel_edit_data.mutate();
$cancel_edit_data.mutate();
return;
}
const added_indexes = $added_translations_indexes.map((index) => index);
Expand Down

0 comments on commit 24c88b0

Please sign in to comment.