mirror of
https://github.com/immich-app/immich.git
synced 2025-11-22 10:00:41 +09:00
feat(web): show partners assets on the main timeline (#4933)
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
export let keys: APIKeyResponseDto[] = [];
|
||||
export let devices: AuthDeviceResponseDto[] = [];
|
||||
export let partners: UserResponseDto[] = [];
|
||||
|
||||
let oauthOpen = false;
|
||||
if (browser) {
|
||||
@@ -61,7 +60,7 @@
|
||||
</SettingAccordion>
|
||||
|
||||
<SettingAccordion title="Sharing" subtitle="Manage sharing with partners">
|
||||
<PartnerSettings {user} bind:partners />
|
||||
<PartnerSettings {user} />
|
||||
</SettingAccordion>
|
||||
|
||||
<SettingAccordion title="Sidebar" subtitle="Manage sidebar settings">
|
||||
|
||||
Reference in New Issue
Block a user