mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: settings
This commit is contained in:
7
src/view/model/SyncCustom/index.tsx
vendored
7
src/view/model/SyncCustom/index.tsx
vendored
@@ -124,7 +124,12 @@ export default function SyncCustom() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Button className="chat-add-btn" type="primary" onClick={opInfo.opNew}>
|
||||
<Button
|
||||
style={{ marginBottom: 10 }}
|
||||
className="chat-add-btn"
|
||||
type="primary"
|
||||
onClick={opInfo.opNew}
|
||||
>
|
||||
Add PATH
|
||||
</Button>
|
||||
<Table
|
||||
|
||||
Reference in New Issue
Block a user