- {schemas && schemas.length > 0 && (
-
- )}
-
- {isGitHubConnected && (
-
-
- Your project is connected to GitHub. Please use the CLI to make
- schema changes.
-
-
-
+ )}
+
+ ))}
+
+ )}
+ {isGitHubConnected && (
+
- Learn More
-
-
- )}
-
- {!isSelectedSchemaLocked && (
- }
- className="mt-1 w-full justify-between px-2"
- onClick={() => {
- openDrawer({
- title: 'Create a New Table',
- component: (
-
- ),
- });
-
- onSidebarItemClick();
- }}
- disabled={isGitHubConnected}
- >
- New Table
-
- )}
-
- {schemas && schemas.length > 0 && tablesInSelectedSchema.length === 0 && (
-
- No tables found.
-
- )}
-
-
+ )}
+ {!isSelectedSchemaLocked && (
+
}
+ className="mt-1 w-full justify-between px-2"
+ onClick={() => {
+ openDrawer({
+ title: 'Create a New Table',
+ component: (
+
+ ),
+ });
+ onSidebarItemClick();
+ }}
+ disabled={isGitHubConnected}
+ >
+ New Table
+
+ )}
+ {schemas && schemas.length > 0 && tablesInSelectedSchema.length === 0 && (
+
+ No tables found.
+
+ )}
+
-
+