Fix fino a QRCode display
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
{
|
||||
<QrCodeDisplay rawCode="@qrCodeVal"></QrCodeDisplay>
|
||||
}
|
||||
<CopyToClipboard Text="@qrCodeVal"></CopyToClipboard>
|
||||
@*<CopyToClipboard Text="@qrCodeVal"></CopyToClipboard>*@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -37,7 +37,8 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Blazored.LocalStorage" Version="4.3.0" />
|
||||
<PackageReference Include="Blazored.SessionStorage" Version="2.3.0" />
|
||||
<PackageReference Include="EgwCoreLib.Razor" Version="1.4.2305.1008" />
|
||||
<PackageReference Include="EgwCoreLib.Razor" Version="1.4.2305.3009" />
|
||||
<PackageReference Include="EgwCoreLib.Utils" Version="1.4.2305.3009" />
|
||||
<PackageReference Include="EntityFrameworkCore.SqlServer.HierarchyId" Version="3.0.1" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.11" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.14" />
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||
@using Microsoft.JSInterop
|
||||
@using EgwCoreLib.Razor
|
||||
@using EgwCoreLib.Utils
|
||||
@using WebDoorCreator.Data
|
||||
@using WebDoorCreator.Data.DbModels
|
||||
@using WebDoorCreator.UI
|
||||
|
||||
Reference in New Issue
Block a user