mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-11 06:58:28 +02:00
fix toolbar responsiveness and disable side panel
This commit is contained in:
@@ -40,7 +40,7 @@ type LauncherGroupSectionProps = {
|
||||
pageSize: number;
|
||||
};
|
||||
defaultOpen?: boolean;
|
||||
onResourceSelect: (resource: LauncherResource) => void;
|
||||
onResourceSelect?: (resource: LauncherResource) => void;
|
||||
};
|
||||
|
||||
export function LauncherGroupSection({
|
||||
|
||||
Reference in New Issue
Block a user