Skip to content

Commit

Permalink
fix: 🐛 add back datastore's chatgpt plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpetrov committed Oct 30, 2023
1 parent b0c040c commit e543859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/components/DatastoreSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ function DatastoreSettings() {
</Stack>
</FormControl>

{/* <Divider sx={{ my: 4 }} />
<Divider sx={{ my: 4 }} />

<Box id="chatgpt-plugin">
{getDatastoreQuery?.data?.id && (
Expand Down Expand Up @@ -484,7 +484,7 @@ function DatastoreSettings() {
</UserPremium>
</FormControl>
)}
</Box> */}
</Box>

<Divider sx={{ my: 4 }} />

Expand Down

0 comments on commit e543859

Please sign in to comment.