+
+
+
+
+ setSelectedEmployee({
+ ...selectedEmployee,
+ position: e.target.value
+ })}
+ className="glass-input text-white"
+ />
+
+
+
+
+ setSelectedEmployee({
+ ...selectedEmployee,
+ department: e.target.value
+ })}
+ className="glass-input text-white"
+ />
+
+
+
+
+
+
+
+
+
+
+
+ setSelectedEmployee({
+ ...selectedEmployee,
+ email: e.target.value
+ })}
+ className="glass-input text-white"
+ />
+
+
+
+
+ setSelectedEmployee({
+ ...selectedEmployee,
+ address: e.target.value
+ })}
+ className="glass-input text-white"
+ />
+
+
+
+
+
+
+
+ )}
+