Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -66,8 +66,7 @@ function EditField({
|
||||
disabled={noDisable ? false : !data?.isEdit}
|
||||
error={!!error}
|
||||
helperText={error || ""}
|
||||
className={`!w-full res-field-account dark:!bg-transparent ${isTransparent ? "!bg-transparent lg:!bg-[#FFF]" : "!bg-[#FFF]"}
|
||||
}`}
|
||||
className={`!w-full res-field-account dark:!bg-transparent ${isTransparent ? "!bg-transparent lg:!bg-[#FFF]" : "!bg-[#FFF]"} }`}
|
||||
onChange={handleChange}
|
||||
sx={{
|
||||
"& .MuiFormLabel-root": {
|
||||
@@ -98,8 +97,7 @@ function EditField({
|
||||
}}
|
||||
/>
|
||||
<Button
|
||||
className={`!absolute !left-[8px] !-translate-y-1/2 !min-w-fit !p-1
|
||||
${multiline ? "!top-[24px]" : "!top-1/2"}`}
|
||||
className={`!absolute !left-[8px] !-translate-y-1/2 !min-w-fit !p-1 ${multiline ? "!top-[24px]" : "!top-1/2"}`}
|
||||
// onClick={() => {
|
||||
// changeData(!data.isEdit, "isEdit", name);
|
||||
// }}
|
||||
|
||||
Reference in New Issue
Block a user