undo e2e (#300)
This commit is contained in:
@@ -333,6 +333,7 @@ export function ChatInput({ chatId }: { chatId?: number }) {
|
||||
onClick={handleSubmit}
|
||||
disabled={!inputValue.trim() && attachments.length === 0}
|
||||
className="px-2 py-2 mt-1 mr-2 hover:bg-(--background-darkest) text-(--sidebar-accent-fg) rounded-lg disabled:opacity-50"
|
||||
title="Send message"
|
||||
>
|
||||
<SendIcon size={20} />
|
||||
</button>
|
||||
|
||||
@@ -139,7 +139,7 @@ export function HomeChatInput({
|
||||
onClick={handleCustomSubmit}
|
||||
disabled={!inputValue.trim() && attachments.length === 0}
|
||||
className="px-2 py-2 mt-1 mr-2 hover:bg-(--background-darkest) text-(--sidebar-accent-fg) rounded-lg disabled:opacity-50"
|
||||
title="Start new chat"
|
||||
title="Send message"
|
||||
>
|
||||
<SendIcon size={20} />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user