mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add actions to issue or cancel purchase orders (#313)
This commit is contained in:
parent
164295c3e2
commit
943104f20c
4 changed files with 99 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ Future<void> confirmationDialog(String title, String text, {Color? color, IconDa
|
|||
title: Text(title, style: TextStyle(color: color)),
|
||||
leading: FaIcon(icon, color: color),
|
||||
),
|
||||
content: Text(text),
|
||||
content: text.isEmpty ? Text(text) : null,
|
||||
actions: [
|
||||
TextButton(
|
||||
child: Text(_reject),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue