Skip to content

Commit 7652208

Browse files
committed
[dashboard] allow to submit empty string (will fallback to global default)
1 parent 5080271 commit 7652208

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

components/dashboard/src/teams/TeamSettings.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,7 @@ export default function TeamSettingsPage() {
171171
/>
172172

173173
{org?.isOwner && (
174-
<Button
175-
htmlType="submit"
176-
size="block"
177-
className="mt-4"
178-
disabled={!org.isOwner || defaultWorkspaceImage.trim() === ""}
179-
>
174+
<Button htmlType="submit" size="block" className="mt-4" disabled={!org.isOwner}>
180175
Save
181176
</Button>
182177
)}

0 commit comments

Comments
 (0)