Remove the tabs partial from the removedParts set

This commit is contained in:
Oliver 2026-04-12 22:41:42 -06:00
parent 57b902f986
commit 4bbca4e786

View file

@ -2,7 +2,7 @@ import { PlayerSheet } from "./PlayerSheet.mjs";
const { deepClone } = foundry.utils;
const removedParts = new Set([`content`, `tabs`]);
const removedParts = new Set([`content`]);
export class AttributeOnlyPlayerSheet extends PlayerSheet {
// #region Options