Remove binding for scripts on script editor for redists
parent
7793c9a1e8
commit
3dbee36886
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue