19626
2023-08-01 b3317ffcc4feba7145f537dcc18562b414fe229d
force-app/main/default/pages/SubAuthorizedCreate.page
@@ -24,6 +24,9 @@
            }
            return paramValue == "" && (paramValue = null), paramValue
        }
        document.addEventListener("DOMContentLoaded", function(event) {
            init();
        });
    </script>
    <body onload="init()">
    </body>