mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Merge branch 'dev' into feat/um-66-update-clickhouse-schema-uuid
This commit is contained in:
commit
b0bed5e73a
@ -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