Skip to content

Commit

Permalink
refactor(edition-ws-table-template-factory): add typing todo
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierSaintCyr committed Apr 23, 2024
1 parent 1022f25 commit 7595fbd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -9,6 +9,7 @@ import { VectorLayer } from '../../layer/shared';
import { EditionFeature, NewEditionWorkspace } from './new-edition-workspace';

export class EditionWorkspaceTableTemplateFactory {
// TODO add columns type see EntityTableColumn
addTemplateToWorkspace(workspace: NewEditionWorkspace, layer: VectorLayer) {
const buttons = this.getButtonTemplate(workspace, layer);

Expand Down

0 comments on commit 7595fbd

Please sign in to comment.