Work on permissions for iframes and Novi.

This commit is contained in:
Scott Idem
2024-11-19 14:05:06 -05:00
parent 9a1d022d5a
commit b0ae649824
3 changed files with 12 additions and 4 deletions

View File

@@ -544,7 +544,9 @@ onMount(() => {
{#if $ae_loc.hub?.show_element__access_type}
<Element_access_type />
<Element_access_type
hidden={$ae_loc.iframe && !$ae_loc.trusted_access}
/>
{/if}