Move backup restore functionality to dashboard

This commit is contained in:
2026-06-08 08:05:20 +02:00
parent 444d347c56
commit f7ad7001d7
5 changed files with 303 additions and 220 deletions
-1
View File
@@ -852,7 +852,6 @@ function App() {
{activeTab === 'settings' && (
<SettingsForm
logbookId={activeLogbookId}
onLogbookRestored={selectLogbook}
/>
)}
</main>