Skip to content

Commit 8574c3a

Browse files
committed
:'(
1 parent fe74ae2 commit 8574c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/handlers/study_handlers/description_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def delete_prep_template(self, study, user, callback):
637637
except Exception as e:
638638
msg = ("Couldn't remove prep template: %s" % str(e))
639639
msg_level = "danger"
640-
prep_id = prep_template_id
640+
prep_id = tab_id
641641

642642
callback((msg, msg_level, 'raw_data_tab', prep_id, None))
643643

0 commit comments

Comments
 (0)