Adjust auto close time.
This commit is contained in:
parent
1b5ad5b73e
commit
86f6ece264
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ public class VmAccess extends FreeMarkerConlet<VmAccess.ResourceModel> {
|
|||
= resourceBundle(channel.locale());
|
||||
channel.respond(new DisplayNotification(
|
||||
resourceBundle.getString("poolEmptyNotification"),
|
||||
Map.of("autoClose", 15_000, "type", "Error")));
|
||||
Map.of("autoClose", 10_000, "type", "Error")));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue