mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Remove console log from HandleBackup component and update button class for consistent styling. This improves code cleanliness and maintains UI consistency.
This commit is contained in:
parent
0f67e9e222
commit
cfae5f7e6c
@ -207,8 +207,6 @@ export const HandleBackup = ({
|
||||
resolver: zodResolver(Schema),
|
||||
});
|
||||
|
||||
console.log(backup);
|
||||
|
||||
const {
|
||||
data: services,
|
||||
isFetching: isLoadingServices,
|
||||
@ -304,7 +302,7 @@ export const HandleBackup = ({
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
className="group hover:bg-blue-500/10"
|
||||
className="group hover:bg-blue-500/10 size-8"
|
||||
>
|
||||
<PenBoxIcon className="size-3.5 text-primary group-hover:text-blue-500" />
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user