Skip to content
Snippets Groups Projects
Unverified Commit d4b07615 authored by rinsuki's avatar rinsuki Committed by GitHub
Browse files

Deckのタイムラインカラムの初回種別選択でキャンセルが押されたらタイムラインカラムを消すように (#6535)

Fix #6531
parent f8e06f12
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ export default Vue.extend({
});
if (canceled) {
if (this.column.tl == null) {
this.setType();
this.$store.commit('deviceUser/removeDeckColumn', this.column.id);
}
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment