Files
Entkube/src/EntKube.Web/Components/Pages/Tenants/AppDetail.razor.js
2026-06-04 08:51:22 +02:00

5 lines
115 B
JavaScript

export function getElementValue(id) {
const el = document.getElementById(id);
return el ? el.value : '';
}