Merge pull request #116 from utopia-os/contact-not-mandotory-in-tabview

fix(source): contact not mandotory in tabview
This commit is contained in:
antontranelis 2025-02-11 14:17:58 +00:00 committed by GitHub
commit 97f676a379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "utopia-ui",
"version": "3.0.58",
"version": "3.0.59",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "utopia-ui",
"version": "3.0.58",
"version": "3.0.59",
"license": "GPL-3.0-only",
"dependencies": {
"@heroicons/react": "^2.0.17",

View File

@ -1,6 +1,6 @@
{
"name": "utopia-ui",
"version": "3.0.58",
"version": "3.0.59",
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
"repository": "https://github.com/utopia-os/utopia-ui",
"homepage": "https://utopia-os.org/",

View File

@ -113,6 +113,7 @@ export const TabsForm = ({
}
inputStyle='tw-h-24'
containerStyle='tw-pt-4'
required={false}
/>
</div>
</div>