datastake-daf 0.6.361 → 0.6.362
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/dist/components/index.js
CHANGED
|
@@ -56876,13 +56876,6 @@ function NewUser({
|
|
|
56876
56876
|
}
|
|
56877
56877
|
}
|
|
56878
56878
|
})
|
|
56879
|
-
}), accountUsed && /*#__PURE__*/jsxRuntime.jsx(antd.Alert, {
|
|
56880
|
-
message: t("FB00001"),
|
|
56881
|
-
type: "error",
|
|
56882
|
-
className: "mb-2",
|
|
56883
|
-
showIcon: true,
|
|
56884
|
-
closable: true,
|
|
56885
|
-
onClose: () => setAccountUsed(false)
|
|
56886
56879
|
}), /*#__PURE__*/jsxRuntime.jsx(antd.Form.Item, {
|
|
56887
56880
|
name: "role",
|
|
56888
56881
|
label: t("Role"),
|
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@ export default function NewUser({ t, isOpen, onClose, defaultData, userRoles = [
|
|
|
45
45
|
}}
|
|
46
46
|
/>
|
|
47
47
|
</Form.Item>
|
|
48
|
-
{accountUsed && (
|
|
48
|
+
{/* {accountUsed && (
|
|
49
49
|
<Alert
|
|
50
50
|
message={t("FB00001")}
|
|
51
51
|
type="error"
|
|
@@ -54,7 +54,7 @@ export default function NewUser({ t, isOpen, onClose, defaultData, userRoles = [
|
|
|
54
54
|
closable
|
|
55
55
|
onClose={() => setAccountUsed(false)}
|
|
56
56
|
/>
|
|
57
|
-
)}
|
|
57
|
+
)} */}
|
|
58
58
|
|
|
59
59
|
<Form.Item name="role" label={t("Role")} rules={[{ required: true }]}>
|
|
60
60
|
<Select
|