Removed id from features sheet (#677)

This commit is contained in:
WBHarry 2025-08-07 10:19:31 +02:00 committed by GitHub
parent fd18dfd92f
commit 48e386d8ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,6 @@ import DHBaseItemSheet from '../api/base-item.mjs';
export default class FeatureSheet extends DHBaseItemSheet {
/** @inheritDoc */
static DEFAULT_OPTIONS = {
id: 'daggerheart-feature',
classes: ['feature'],
actions: {}
};