@@ -342,24 +303,6 @@ export const TailoringWorkspace: React.FC
= (
Back to overview
-
-
- {draftStatus === "saving" && (
- <>
-
- Saving...
- >
- )}
- {draftStatus === "saved" && !isDirty && (
- <>
-
- Saved
- >
- )}
- {draftStatus === "unsaved" && (
- Unsaved changes
- )}
-