Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Title issue in editabletitle
  • Loading branch information
joepio authored and Polleps committed Sep 22, 2022
commit aa64f7eda920b860218c6628775703b1c0126dbc
2 changes: 1 addition & 1 deletion data-browser/src/components/EditableTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function EditableTitle({
const ref = parentRef || innerRef;

const [canEdit] = useCanWrite(resource);
const starndardTitle = useTitle(resource);
const [starndardTitle] = useTitle(resource);

useHotkeys(
'enter',
Expand Down