Skip to content

Commit 9b4b6fc

Browse files
author
Said Shah
committed
Fixed region naming
1 parent 562da60 commit 9b4b6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/molecules/form-fields/select-form-field.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import { Select, SelectOption } from "../../atoms/forms/select";
44
import { StringUtils, CollectionUtils } from "andculturecode-javascript-core";
55

66
// -----------------------------------------------------------------------------------------
7-
// #region Component
7+
// #region Constants
88
// -----------------------------------------------------------------------------------------
99

1010
const COMPONENT_CLASS = "c-form-field";
1111
export const InvalidSelectFormValueClass = "-invalid";
1212

13-
// #endregion Component
13+
// #endregion Constants
1414

1515
// -----------------------------------------------------------------------------------------
1616
// #region Interfaces

0 commit comments

Comments
 (0)