Compare commits

...

3 Commits

Author SHA1 Message Date
Pablo Alba
0b39318b33 🐛 Fix request dialog is shown in all errors 2024-09-30 09:36:41 +02:00
Alejandro
47cecb2ac4 Merge pull request #5119 from penpot/eva-add-props
  Add shema prop
2024-09-25 11:31:57 +02:00
Eva Marco
5d6ceec803 Add shema prop 2024-09-25 11:07:40 +02:00
2 changed files with 2 additions and 0 deletions

View File

@@ -111,6 +111,7 @@
[:action-button-position {:optional true}
[:enum "start" "end"]]
[:default-selected {:optional true} :string]
[:selected {:optional true} :string]
[:tabs [:vector {:min 1} schema:tab]]])
(mf/defc tab-switcher*

View File

@@ -475,6 +475,7 @@
request-access?
(and
(= (:type data) :not-found)
(or workspace? dashboard? view?)
(or (:file-id info)
(:team-id info)))]