mirror of
https://github.com/hexastack/hexabot
synced 2025-06-10 00:16:17 +00:00
Merge pull request #785 from TheCoderAdi/refact/align-nlu-button
refactor: fixed the alignment of the button
This commit is contained in:
commit
95d9ea243f
@ -396,7 +396,6 @@ export default function NlpSample() {
|
|||||||
{t("button.export")}
|
{t("button.export")}
|
||||||
</Button>
|
</Button>
|
||||||
) : null}
|
) : null}
|
||||||
<Grid item>
|
|
||||||
<Button
|
<Button
|
||||||
startIcon={<DeleteIcon />}
|
startIcon={<DeleteIcon />}
|
||||||
variant="contained"
|
variant="contained"
|
||||||
@ -415,7 +414,6 @@ export default function NlpSample() {
|
|||||||
>
|
>
|
||||||
{t("button.delete")}
|
{t("button.delete")}
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user