mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
Merge changes
This commit is contained in:
parent
78338205a3
commit
edd1751b81
@ -55,7 +55,7 @@ export default function TestConsole() {
|
||||
<PageHeader>
|
||||
<div>Test Console</div>
|
||||
<DropDown
|
||||
value={selectedValue || 'Select website'}
|
||||
value={selectedValue || 'Select websites'}
|
||||
options={options}
|
||||
onChange={handleSelect}
|
||||
/>
|
||||
|
@ -31,7 +31,7 @@ export async function getSession(req) {
|
||||
|
||||
let websiteId = null;
|
||||
|
||||
// Check if website exists
|
||||
// Check if websites exists
|
||||
if (redis.enabled) {
|
||||
websiteId = Number(await redis.get(`website:${websiteUuid}`));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user