mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
little fixes
This commit is contained in:
parent
54d301da53
commit
2edf710ac6
2 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,7 @@ export default function PageSettings() {
|
|||
e.preventDefault();
|
||||
|
||||
if (
|
||||
!pendingSettings.openai_api_key ||
|
||||
isValidOpenAIApiKey(pendingSettings.openai_api_key)
|
||||
) {
|
||||
setIsInvalidAPIKey(false);
|
||||
|
|
|
@ -41,5 +41,6 @@ $padding: 10px;
|
|||
margin-right: 10px;
|
||||
color: rgb(0, 0, 0, 60%);
|
||||
background-color: rgba(0, 0, 0, 8%);
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue