1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 12:36:06 +02:00
This commit is contained in:
syuilo
2020-12-30 09:27:19 +09:00
parent d80699e454
commit 4874f54d4d

View File

@@ -191,6 +191,7 @@ export default defineComponent({
} : undefined, null, {
icon: faTrashAlt,
text: this.$ts.remove,
danger: true,
action: () => {
removeColumn(this.column.id);
}