mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-14 06:38:11 +09:00
🎨
This commit is contained in:
parent
28ac236760
commit
7ff8b4dd22
@ -191,6 +191,7 @@ export default defineComponent({
|
||||
} : undefined, null, {
|
||||
icon: faTrashAlt,
|
||||
text: this.$ts.remove,
|
||||
danger: true,
|
||||
action: () => {
|
||||
removeColumn(this.column.id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user