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