mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove services
This commit is contained in:
@@ -50,7 +50,7 @@ export const RandomizeDeployable = ({ composeId }: Props) => {
|
||||
|
||||
const { data, refetch } = api.compose.one.useQuery(
|
||||
{ composeId },
|
||||
{ enabled: !!composeId },
|
||||
{ enabled: !!composeId }
|
||||
);
|
||||
|
||||
const form = useForm<Schema>({
|
||||
@@ -121,7 +121,6 @@ export const RandomizeDeployable = ({ composeId }: Props) => {
|
||||
<ul className="list-disc list-inside">
|
||||
<li>volumes</li>
|
||||
<li>networks</li>
|
||||
<li>services</li>
|
||||
</ul>
|
||||
<AlertBlock type="info">
|
||||
When you activate this option, we will include a env
|
||||
|
||||
Reference in New Issue
Block a user