fix(ui): uxt fixes
This commit is contained in:
parent
0059dc88c6
commit
67c7e6e308
2 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ const SidePanel = observer(({ onSave, onPreview, taskLen }: any) => {
|
|||
<Tooltip title={taskLen === 0 ? 'Define the starting point and the tasks to proceed.' : ''}>
|
||||
<Button type={'primary'} ghost onClick={onPreview} disabled={taskLen === 0}>
|
||||
<Space align={'center'}>
|
||||
Preview <ExportOutlined rev={undefined} />
|
||||
Save Draft & Preview <ExportOutlined rev={undefined} />
|
||||
</Space>
|
||||
</Button>
|
||||
</Tooltip>
|
||||
|
|
|
|||
|
|
@ -166,6 +166,7 @@ function TestEdit() {
|
|||
<Typography.Text strong>Starting point</Typography.Text>
|
||||
<Input
|
||||
style={{ width: 400 }}
|
||||
type={'url'}
|
||||
placeholder={'https://mywebsite.com/example-page'}
|
||||
value={uxtestingStore.instance!.startingPath}
|
||||
onChange={(e) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue