mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Set antenna/list column names automatically
This commit is contained in:
parent
60df257653
commit
c4c26dae2f
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ async function setAntenna() {
|
|||
});
|
||||
if (canceled) return;
|
||||
updateColumn(props.column.id, {
|
||||
name: antenna.name,
|
||||
antennaId: antenna.id,
|
||||
});
|
||||
}
|
||||
|
|
|
@ -56,6 +56,7 @@ async function setList() {
|
|||
});
|
||||
if (canceled) return;
|
||||
updateColumn(props.column.id, {
|
||||
name: list.name,
|
||||
listId: list.id,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue