feat(ui): Improve the InputCannotBeApplied displaying.

This commit is contained in:
Ivan Enderlin
2023-09-18 16:18:00 +02:00
parent 7198239ea6
commit ae27164bb3
@@ -497,7 +497,7 @@ pub enum Error {
UnknownList(String),
/// An input was asked to be applied but it wasn't possible to apply it.
#[error("The input cannot be applied")]
#[error("The input cannot be applied: {0:?}")]
InputCannotBeApplied(Input),
/// The requested room doesn't exist.