Skip to content
Snippets Groups Projects

Draft:Update: Refine login interface

Merged ozlemakcicek requested to merge Issue/2561-Refine__Login__Interface into main
6 files
+ 39
13
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 1
0
@@ -37,6 +37,7 @@ const configuration = new MapperConfiguration((cfg) => {
return { [version]: factory.dataset() as unknown as Dataset };
}), // Set outside of the mapper
versions: (opt) => opt.mapFrom((_) => [version]),
actions: (opt) => opt.mapFrom((dto) => dto.actions),
});
cfg.createMap(TreeDto2FolderInformation, {
Loading