1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

refactor(ui/code-editor): accept enum type (#22)
Some checks are pending
Label Conflicts / triage (push) Waiting to run

Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
This commit is contained in:
LP B 2024-10-14 13:52:51 +02:00 committed by GitHub
parent 20e9423390
commit 7a35b5b0e4
16 changed files with 57 additions and 66 deletions

View file

@ -87,7 +87,7 @@ function InnerForm({ isLoading }: { isLoading: boolean }) {
onChange={(value) => setFieldValue('fileContent', value)}
value={values.fileContent}
placeholder="Define or paste the content of your script file here"
shell
type="shell"
error={errors.fileContent}
/>
)}