From e826fcaeaf260ad34081379a391e415f9113d2ae Mon Sep 17 00:00:00 2001
From: C5395984
elements using text-theme-error (errors) and text-theme-default (informational content) - Move mutation errors to the top of modal body in ManageContainerAccessModal and EditContainerMetadataModal (previously rendered at the bottom of the form) - Replace native
)} {metaError && ( -
{(() => {
const errorMessage = metaError.message
return
+ {(() => {
+ const errorMessage = updateMutation.error.message
+ return
+ {(() => {
+ const errorMessage = metaError?.message ?? "Unknown error"
+ return
{(() => {
const errorMessage = objectsError.message
return
+ {(() => {
+ const errorMessage = updateMutation.error.message
+ return
{(() => {
const errorMessage = metaError?.message ?? ""
return
+
+
+