forked from geolba/tethys.frontend
- added CTS Logo
- updated npm packages like vue-facing-decorator and some prettier and eslint dev dependecies - remove node-polyfill-webpack-plugin
This commit is contained in:
parent
6f63db4a71
commit
a85debca92
13 changed files with 1685 additions and 2415 deletions
|
@ -23,7 +23,10 @@ export interface Dataset {
|
|||
}
|
||||
|
||||
export class Suggestion {
|
||||
constructor(public value: string, public type: SearchType) {}
|
||||
constructor(
|
||||
public value: string,
|
||||
public type: SearchType,
|
||||
) {}
|
||||
// value!: string;
|
||||
// type!: SearchType;
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue