mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +02:00
chore: ran frontend linting
This commit is contained in:
parent
86af9b5a21
commit
ca46822d6d
2 changed files with 4 additions and 4 deletions
|
|
@ -63,7 +63,8 @@ export const ClickUpConfig: FC<ClickUpConfigProps> = ({
|
||||||
<div className="text-xs sm:text-sm">
|
<div className="text-xs sm:text-sm">
|
||||||
<p className="font-medium text-xs sm:text-sm">Connected via OAuth</p>
|
<p className="font-medium text-xs sm:text-sm">Connected via OAuth</p>
|
||||||
<p className="text-muted-foreground mt-1 text-[10px] sm:text-sm">
|
<p className="text-muted-foreground mt-1 text-[10px] sm:text-sm">
|
||||||
Workspace: <code className="bg-muted px-1 py-0.5 rounded text-inherit">{workspaceName}</code>
|
Workspace:{" "}
|
||||||
|
<code className="bg-muted px-1 py-0.5 rounded text-inherit">{workspaceName}</code>
|
||||||
</p>
|
</p>
|
||||||
<p className="text-muted-foreground mt-1 text-[10px] sm:text-sm">
|
<p className="text-muted-foreground mt-1 text-[10px] sm:text-sm">
|
||||||
To update your connection, reconnect this connector.
|
To update your connection, reconnect this connector.
|
||||||
|
|
@ -112,8 +113,8 @@ export const ClickUpConfig: FC<ClickUpConfigProps> = ({
|
||||||
className="border-slate-400/20 focus-visible:border-slate-400/40"
|
className="border-slate-400/20 focus-visible:border-slate-400/40"
|
||||||
/>
|
/>
|
||||||
<p className="text-[10px] sm:text-xs text-muted-foreground">
|
<p className="text-[10px] sm:text-xs text-muted-foreground">
|
||||||
Update your ClickUp API Token if needed. For better security and automatic token refresh,
|
Update your ClickUp API Token if needed. For better security and automatic token
|
||||||
consider disconnecting and reconnecting using OAuth 2.0.
|
refresh, consider disconnecting and reconnecting using OAuth 2.0.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -20,4 +20,3 @@
|
||||||
],
|
],
|
||||||
"defaultOpen": true
|
"defaultOpen": true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue