upd: button back
Deskripsi: - ilangin loading button back No s No Issues
This commit is contained in:
@@ -77,12 +77,21 @@ export default function UIGlobal_LayoutHeaderTamplate({
|
|||||||
: router.push(routerLeft, { scroll: false });
|
: router.push(routerLeft, { scroll: false });
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{isLoading ? (
|
{/* PAKE LOADING SAAT KLIK BACK */}
|
||||||
|
{/* {isLoading ? (
|
||||||
<Loader color={AccentColor.yellow} size={20} />
|
<Loader color={AccentColor.yellow} size={20} />
|
||||||
) : iconLeft ? (
|
) : iconLeft ? (
|
||||||
iconLeft
|
iconLeft
|
||||||
) : (
|
) : (
|
||||||
<IconChevronLeft />
|
<IconChevronLeft />
|
||||||
|
)} */}
|
||||||
|
|
||||||
|
|
||||||
|
{/* GA PAKE LOADING SAAT KLIK BACK */}
|
||||||
|
{iconLeft ? (
|
||||||
|
iconLeft
|
||||||
|
) : (
|
||||||
|
<IconChevronLeft />
|
||||||
)}
|
)}
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user