mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
remove extra lines
This commit is contained in:
parent
ee02ed7e0a
commit
aa498b004f
1 changed files with 1 additions and 2 deletions
|
|
@ -657,8 +657,7 @@ impl Page {
|
||||||
// Define common data
|
// Define common data
|
||||||
let status = Status::Failure;
|
let status = Status::Failure;
|
||||||
let title = gformat!("Oops");
|
let title = gformat!("Oops");
|
||||||
let description =
|
let description = gformat!("Content type not supported");
|
||||||
gformat!("Content type not supported");
|
|
||||||
|
|
||||||
// Update widget
|
// Update widget
|
||||||
content.set_status_failure(
|
content.set_status_failure(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue