eleven-solutions-common-website-unique-web 20.0.56 → 20.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -143,7 +143,6 @@ const UserForm = ({ url }: UserFormProps) => {
|
|
143
143
|
type="email"
|
144
144
|
className="w-full px-4 py-2 mt-2 text-gray-800 bg-white border border-gray-400 rounded-md dark:bg-gray-800 dark:text-gray-300 dark:border-gray-800 focus:border-blue-400 focus:ring-blue-300 focus:ring-opacity-40 dark:focus:border-blue-300 focus:outline-none focus:ring"
|
145
145
|
placeholder="Enter Email"
|
146
|
-
// disabled={isEditMode}
|
147
146
|
/>
|
148
147
|
</div>
|
149
148
|
<div className="mb-6 w-full">
|