Poprawione dodawanie

Nie działało bo tam bawiłęm się ale już jest naprawione to tam jedna linijka
This commit is contained in:
Witkopawel
2025-04-30 15:46:36 +02:00
parent 470ce72b6a
commit 071626366e
4 changed files with 41 additions and 6 deletions

View File

@@ -25,6 +25,15 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="https://json.schemastore.org/abc-inventory-module-data-4.0.0.json" /></VisualStudio></ProjectExtensions>
<ItemGroup>
<Content Update="wwwroot\create.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties /></VisualStudio></ProjectExtensions>
</Project>

View File

@@ -34,11 +34,7 @@
<input id="organisationId" type="number" class="form-control" />
</div>
<div class="text-center">
<button class="button"><span>Zapisz</span><span>&#11166;</span></button>
</div>
<button id="saveBtn" class="button"><span>Zapisz</span><span>&#11166;</span></button>
</div>