2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

[PUI] Build output labels (#8261)

* Enable printing actions from "build order output" table

* Adjust action order
This commit is contained in:
Oliver
2024-10-09 16:33:25 +11:00
committed by GitHub
parent e8c72d60b5
commit 67434b319b
2 changed files with 9 additions and 9 deletions

View File

@ -79,9 +79,7 @@ export function ActionDropdown({
p="0"
size="sm"
rightSection={
noindicator || disabled ? null : (
<IconChevronDown stroke={1.5} />
)
noindicator ? null : <IconChevronDown stroke={1.5} />
}
styles={{
section: { margin: 0 }