1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 06:48:04 +00:00

Open file tab by default

This commit is contained in:
2023-07-24 20:07:29 +02:00
parent d677b825e1
commit 0e376866a7
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
export let host;
export let database;
export let collection;
export let tab = 'stats';
export let tab = 'find';
const tabs = {
'stats': { icon: 'chart', title: 'Stats', component: Stats },