mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-10 13:38:09 +08:00
Disables renaming secrets (#2144)
This commit is contained in:
parent
5fda5b02ab
commit
00f82f492c
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ defmodule LivebookWeb.Hub.SecretFormComponent do
|
||||||
autofocus={@secret_name == nil}
|
autofocus={@secret_name == nil}
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
|
disabled={@secret_name != nil}
|
||||||
phx-debounce
|
phx-debounce
|
||||||
class="uppercase"
|
class="uppercase"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue