Skip to content

Commit 97f7cd7

Browse files
committed
save
1 parent 98f7474 commit 97f7cd7

File tree

5 files changed

+410
-353
lines changed

5 files changed

+410
-353
lines changed

vite-app/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const App = observer(() => {
145145
</nav>
146146

147147
<main className="max-w-7xl mx-auto px-3 py-4">
148-
<Dashboard />
148+
<Dashboard onRefresh={handleManualRefresh} />
149149
</main>
150150
</div>
151151
);

0 commit comments

Comments
 (0)