mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Merge pull request 'feat: automatically set antenna/list column names' (#10116) from naskya/calckey:feat/set-column-names-by-default into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10116
This commit is contained in:
commit
d2fd405450
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…
Reference in a new issue