Skip to content

Commit

Permalink
message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Jan 27, 2025
1 parent 8298fed commit c5ffad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
if (individualRefresh && resourceName) {
eventBus.emit("notification", {
type: "error",
message: `Failed to refresh ${resourceName} (timeout)`,
message: `Failed to refresh ${resourceName}`,
options: {
persisted: true,
},
Expand Down

0 comments on commit c5ffad5

Please sign in to comment.