Add empty AST cache file for version 0.8.44 with non-object root data

This commit is contained in:
hamed
2026-07-08 17:38:32 +03:30
parent 082f54cf4d
commit ee47b535d8
110 changed files with 415 additions and 790 deletions
@@ -12,10 +12,7 @@ function ModalDeleteComment({ loading }) {
<div>
{/* Button Modal */}
<Button
className={`
${!loading && "!border-[#828DE0]"}
!rounded-[4px] !py-[6px] md:!py-[7px] lg:!py-[8px] !px-[12px]
`}
className={` ${!loading && "!border-[#828DE0]"} !rounded-[4px] !py-[6px] md:!py-[7px] lg:!py-[8px] !px-[12px] `}
disabled={loading}
onClick={handleOpen}
variant="outlined"