mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix HomeWelcomePrompt create table button not working
This commit is contained in:
@@ -136,6 +136,11 @@ export default function HomePage() {
|
||||
<>
|
||||
<HomeWelcomePrompt />
|
||||
{createTableFab}
|
||||
<TableSettingsDialog
|
||||
clearDialog={clearDialog}
|
||||
mode={settingsDialogState.mode}
|
||||
data={settingsDialogState.data}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user