인벤토리 include 필터 문구 수정
This commit is contained in:
@@ -474,6 +474,7 @@ class _OutboundPageState extends State<OutboundPage> {
|
||||
key: ValueKey(_pendingIncludes.hashCode),
|
||||
controller: _includeController,
|
||||
initialValues: _pendingIncludes,
|
||||
placeholder: const Text(OutboundTableSpec.includeEmptyLabel),
|
||||
selectedOptionsBuilder: (context, values) {
|
||||
if (values.isEmpty) {
|
||||
return const Text(OutboundTableSpec.includeEmptyLabel);
|
||||
|
||||
Reference in New Issue
Block a user