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:
@ -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 }
|
||||
|
Reference in New Issue
Block a user