chore(ui): Allow mac address copying (#504)

This commit is contained in:
Adam Kelly 2025-05-22 23:48:55 +01:00
parent 0cee284561
commit 1a37efd1f0
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ export default function SettingsNetworkRoute() {
size="SM" size="SM"
value={networkState?.mac_address} value={networkState?.mac_address}
error={""} error={""}
disabled={true}
readOnly={true} readOnly={true}
className="dark:!text-opacity-60" className="dark:!text-opacity-60"
/> />