Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions dcc-network/qml/SectionDevice.qml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2024 - 2027 UnionTech Software Technology Co., Ltd.
// SPDX-FileCopyrightText: 2024 - 2026 UnionTech Software Technology Co., Ltd.
// SPDX-License-Identifier: GPL-3.0-or-later
import QtQuick 2.15
import QtQuick.Controls 2.15
Expand Down Expand Up @@ -137,9 +137,6 @@ DccTitleObject {
pageType: DccObject.Editor
page: D.LineEdit {
text: root.config.hasOwnProperty("cloned-mac-address") ? root.config["cloned-mac-address"] : ""
validator: RegularExpressionValidator {
regularExpression: NetUtils.macRegExp
}
onTextChanged: {
if (showAlert) {
errorKey = ""
Expand Down