mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: remove text area warnings
This commit is contained in:
@@ -314,6 +314,7 @@ export const AddSwarmSettings = ({ applicationId }: Props) => {
|
|||||||
"Retries" : 10
|
"Retries" : 10
|
||||||
}`}
|
}`}
|
||||||
{...field}
|
{...field}
|
||||||
|
value={field?.value || ""}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<pre>
|
<pre>
|
||||||
@@ -366,6 +367,7 @@ export const AddSwarmSettings = ({ applicationId }: Props) => {
|
|||||||
"Window" : 10000
|
"Window" : 10000
|
||||||
} `}
|
} `}
|
||||||
{...field}
|
{...field}
|
||||||
|
value={field?.value || ""}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<pre>
|
<pre>
|
||||||
@@ -430,6 +432,7 @@ export const AddSwarmSettings = ({ applicationId }: Props) => {
|
|||||||
}]
|
}]
|
||||||
} `}
|
} `}
|
||||||
{...field}
|
{...field}
|
||||||
|
value={field?.value || ""}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<pre>
|
<pre>
|
||||||
@@ -486,6 +489,7 @@ export const AddSwarmSettings = ({ applicationId }: Props) => {
|
|||||||
"Order" : "start-first"
|
"Order" : "start-first"
|
||||||
}`}
|
}`}
|
||||||
{...field}
|
{...field}
|
||||||
|
value={field?.value || ""}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<pre>
|
<pre>
|
||||||
@@ -542,6 +546,7 @@ export const AddSwarmSettings = ({ applicationId }: Props) => {
|
|||||||
"Order" : "start-first"
|
"Order" : "start-first"
|
||||||
}`}
|
}`}
|
||||||
{...field}
|
{...field}
|
||||||
|
value={field?.value || ""}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<pre>
|
<pre>
|
||||||
@@ -604,6 +609,7 @@ export const AddSwarmSettings = ({ applicationId }: Props) => {
|
|||||||
"GlobalJob" : {}
|
"GlobalJob" : {}
|
||||||
}`}
|
}`}
|
||||||
{...field}
|
{...field}
|
||||||
|
value={field?.value || ""}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<pre>
|
<pre>
|
||||||
@@ -650,6 +656,7 @@ export const AddSwarmSettings = ({ applicationId }: Props) => {
|
|||||||
"com.example.app.version" : "1.0.0"
|
"com.example.app.version" : "1.0.0"
|
||||||
}`}
|
}`}
|
||||||
{...field}
|
{...field}
|
||||||
|
value={field?.value || ""}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<pre>
|
<pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user