UI/iwd: wifi machine module

This commit is contained in:
Johannes Kirschbauer
2024-09-04 15:21:37 +02:00
parent 87d47c7c31
commit 5da72f65c0
9 changed files with 293 additions and 133 deletions

View File

@@ -25,10 +25,6 @@ export function TextInput<T extends FieldValues, R extends ResponseData>(
) {
const value = () => props.value;
createEffect(() => {
console.log("rendering text input", props.value);
});
return (
<label
class={cx("form-control w-full", props.class)}