Skip to content

Commit

Permalink
Don't jump to resource version settings after creating it
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Jun 14, 2024
1 parent c99f5cd commit a996d9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tekst-Web/src/views/ResourcesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ function handleCreateVersionClick(resource: AnyResourceRead) {
});
if (!error) {
resources.add(data);
router.push({ name: 'resourceSettings', params: { text: state.text?.slug, id: data.id } });
message.success(
$t('resources.msgCreatedVersion', {
title: pickTranslation(resource.title, state.locale),
Expand Down

0 comments on commit a996d9c

Please sign in to comment.