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

Fix #6531
This commit is contained in:
rinsuki 2020-07-12 15:33:04 +09:00 committed by GitHub
parent f8e06f12fd
commit d4b0761549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}