fix(ui): uxt fixes

This commit is contained in:
nick-delirium 2023-12-01 15:55:40 +01:00
parent 0059dc88c6
commit 67c7e6e308
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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) => {