Skip to content

Commit 2be0ec8

Browse files
authored
new ui works well (#335)
1 parent 939897c commit 2be0ec8

File tree

4 files changed

+236
-109
lines changed

4 files changed

+236
-109
lines changed

web/src/components/common/ActionStack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const scrollUp = keyframes`
315315
}
316316
`;
317317

318-
const PlanningActionStack: React.FC = () => {
318+
export const PlanningActionStack: React.FC = () => {
319319
const dbId = useAppStore((state) => state.toolContext.dbId) || 0;
320320
const metadataProcessingCache = useSelector((state: RootState) => state.settings.metadataProcessingCache)
321321
const isAnalystmode = useSelector((state: RootState) => state.settings.analystMode) || false;

0 commit comments

Comments
 (0)