user_ -> person table migration.

This commit is contained in:
Dessalines 2021-03-15 14:09:31 -04:00
parent ed96c77c9f
commit 440fda9d51
36 changed files with 556 additions and 481 deletions

View file

@ -65,7 +65,7 @@ export class ImageUploadForm extends Component<
accept="image/*,video/*"
name={this.id}
class="d-none"
disabled={!UserService.Instance.user}
disabled={!UserService.Instance.localUserView}
onChange={linkEvent(this, this.handleImageUpload)}
/>
</form>