fix: ai button not working on creating a page block (#1013)

* fix: ai button not working on creating page block

* fix: build error
This commit is contained in:
Aaryan Khandelwal 2023-05-05 15:45:10 +05:30 committed by GitHub
parent fd96c54b43
commit b34cf0c471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 97 additions and 91 deletions

View file

@ -543,7 +543,6 @@ const SinglePage: NextPage = () => {
<CreateUpdateBlockInline
handleClose={() => setCreateBlockForm(false)}
focus="name"
setGptAssistantModal={() => {}}
/>
</div>
)}