mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 04:25:27 +00:00
removing erroneous variable that is not used, left over from merging (#5544)
This commit is contained in:
parent
76c5f61f8c
commit
5bc12d398a
@ -86,8 +86,6 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
cssClass = `${cssClass} req`;
|
|
||||||
|
|
||||||
if (this.visited && this.valid !== undefined) {
|
if (this.visited && this.valid !== undefined) {
|
||||||
if (this.valid === true) {
|
if (this.valid === true) {
|
||||||
reqClass = 'valid';
|
reqClass = 'valid';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user