Commit a587b4ff authored by StyleZhang's avatar StyleZhang

Merge branch 'feat/embedding' into deploy/dev

parents 5af0b9ad ffab127e
......@@ -100,7 +100,7 @@ const Embedded = ({ isShow, onClose, appBaseUrl, accessToken }: Props) => {
</div>
<div className="self-stretch p-3 justify-start items-start gap-2 inline-flex">
<div className="grow shrink basis-0 text-slate-700 text-[13px] leading-tight font-mono">
<pre>{OPTION_MAP[option].getContent(appBaseUrl, accessToken, isTestEnv)}</pre>
<pre className='select-text'>{OPTION_MAP[option].getContent(appBaseUrl, accessToken, isTestEnv)}</pre>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment