style(onedrive): Formatting fix

This commit is contained in:
Selene Blok 2025-09-30 16:49:53 +02:00
parent 07cc807bc9
commit 5c059e604b

View file

@ -178,7 +178,7 @@ interface PickerParams {
}; };
search: { search: {
enabled: boolean; enabled: boolean;
} };
typesAndSources: { typesAndSources: {
mode: string; mode: string;
pivots: Record<string, boolean>; pivots: Record<string, boolean>;
@ -215,7 +215,7 @@ function getPickerParams(): PickerParams {
pivots: { pivots: {
oneDrive: true, oneDrive: true,
recent: true, recent: true,
myOrganization: config.getAuthorityType() === "organizations", myOrganization: config.getAuthorityType() === 'organizations'
} }
} }
}; };