feat: terminado tema desabilitacion cliente
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
letra: "",
|
||||
email: localStorage.getItem("email") || "",
|
||||
idtipropiedad: 1,
|
||||
monto: 1,
|
||||
};
|
||||
|
||||
let token = sessionStorage.getItem("token");
|
||||
@@ -93,6 +94,17 @@
|
||||
/>
|
||||
<label for="piso">Piso</label>
|
||||
</div>
|
||||
<div class="form-floating mb-3">
|
||||
<input
|
||||
type="number"
|
||||
id="monto"
|
||||
class="form-control"
|
||||
bind:value={propiedad.monto}
|
||||
min="1"
|
||||
placeholder="1"
|
||||
/>
|
||||
<label for="monto">Monto</label>
|
||||
</div>
|
||||
<div class="form-floating mb-3">
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user