Remove binding for scripts on script editor for redists

net8.0
Pat Hartl 2023-11-29 17:10:48 -06:00
parent 7793c9a1e8
commit 3dbee36886
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
@if (Redistributable != null && Redistributable.Id != Guid.Empty) @if (Redistributable != null && Redistributable.Id != Guid.Empty)
{ {
<div data-panel="Scripts"> <div data-panel="Scripts">
<ScriptEditor @bind-Scripts="Redistributable.Scripts" RedistributableId="Redistributable.Id" ArchiveId="@LatestArchiveId" AllowedTypes="new ScriptType[] { ScriptType.Install, ScriptType.DetectInstall }" /> <ScriptEditor RedistributableId="Redistributable.Id" ArchiveId="@LatestArchiveId" AllowedTypes="new ScriptType[] { ScriptType.Install, ScriptType.DetectInstall }" />
</div> </div>
<div data-panel="Archives"> <div data-panel="Archives">