mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-24 05:21:02 -08:00
Update WorkspaceSelector.tsx
This commit is contained in:
parent
71f3fedef7
commit
734cd5b875
1 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ interface Props {
|
|||
picturePath?: string | null;
|
||||
showSidebarShortcutHints?: boolean;
|
||||
transparentBackground?: boolean;
|
||||
workspaceClickedLoading: boolean;
|
||||
workspaceClickedLoading?: boolean;
|
||||
workspaceName?: string;
|
||||
}
|
||||
export default function WorkspaceSelector({
|
||||
|
|
@ -141,7 +141,7 @@ export default function WorkspaceSelector({
|
|||
showSidebarShortcutHints = false,
|
||||
transparentBackground = false,
|
||||
workspaceName,
|
||||
workspaceClickedLoading,
|
||||
workspaceClickedLoading = false,
|
||||
onClick = () => {},
|
||||
}: Props): JSX.Element {
|
||||
const { t } = useTranslation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue