const onPhotoChange = useCallback(
    (background: string) => {
      setOrg((prev) => new Org({ ...prev, background }));
    },
    [setOrg]