- fixed grouped rows
- added shortcut hint in menu items
This commit is contained in:
parent
ebd8ff8c1d
commit
552ba7f3c9
9 changed files with 71 additions and 44 deletions
|
@ -57,8 +57,6 @@ export default function Edit(props) {
|
|||
return aggregate;
|
||||
}, new Map<string, { [lang: string]: { value: string, handle: FileSystemFileHandle } }>());
|
||||
|
||||
console.log(contents, merged);
|
||||
|
||||
setColumns(['key', ...new Set(contents.map(c => c.lang))]);
|
||||
setRows(merged);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue