Cleaned up log download name
This commit is contained in:
parent
3de7d4c0cb
commit
0997c34164
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ const RoomBody = ({}) => {
|
|||
}),
|
||||
});
|
||||
|
||||
downloadCSV(jsonObject, `sprint-padawan-room-${roomId}.csv`);
|
||||
downloadCSV(jsonObject, `sp_${roomId}.csv`);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue