Replies: 1 comment
-
Hey @andwrobs — currently conditions are not meant to work on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team Payload,
It appears that while "admin" is allowed on a NamedTab type, that its value gets ignored.
If this is better meant as an issue, happy to delete and repost.
For reference:
NamedTab type below shows that "admin" property is included from union w/ FieldBase
export declare type NamedTab = TabBase & FieldBase;
Here's a snapshot of what I'm trying to do — dynamically include the relevant tabs based on a enumerated layout property
Results = still present even with always false value
Beta Was this translation helpful? Give feedback.
All reactions