Skip to content

Commit

Permalink
feat(core, structure) sheet list menu option (#6593)
Browse files Browse the repository at this point in the history
* feat(structure): Rendering sheet list layout option in test-studio

* feat(structure): branching the rendering of different document list panes

* feat(structure): renaming of generic pane components

* feat(structure): fixing typing for new sheetList

* feat(structure): resolving a default export to named

* feat(structure): testing sheet view pane display logcic

* fix(structure): resolving testing for useStructureTool
  • Loading branch information
jordanl17 committed May 10, 2024
1 parent 2743377 commit 321186a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function DocumentSheetListPane(props: DocumentSheetListPaneProps) {
}

return (
<Box paddingX={3}>
<Box data-testid="document-sheet-list-pane" paddingX={3}>
<Box paddingBottom={3}>
<Text size={0} muted>
{/* eslint-disable-next-line i18next/no-literal-string */}
Expand Down

0 comments on commit 321186a

Please sign in to comment.