Basic New Task
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m7s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m7s
This commit is contained in:
@@ -3,7 +3,7 @@ import { defineStore } from 'pinia';
|
||||
// const boatSource = null;
|
||||
|
||||
export interface Boat {
|
||||
id: number;
|
||||
$id: string;
|
||||
name: string;
|
||||
displayName?: string;
|
||||
class?: string;
|
||||
@@ -26,7 +26,7 @@ export interface Boat {
|
||||
|
||||
const getSampleData = () => [
|
||||
{
|
||||
id: 1,
|
||||
$id: '1',
|
||||
name: 'ProjectX',
|
||||
displayName: 'PX',
|
||||
class: 'J/27',
|
||||
@@ -52,7 +52,7 @@ and rough engine performance.`,
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
$id: '2',
|
||||
name: 'Take5',
|
||||
displayName: 'T5',
|
||||
class: 'J/27',
|
||||
@@ -61,7 +61,7 @@ and rough engine performance.`,
|
||||
iconsrc: '/tmpimg/take5_avatar32.png',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
$id: '3',
|
||||
name: 'WeeBeestie',
|
||||
displayName: 'WB',
|
||||
class: 'Capri 25',
|
||||
|
||||
Reference in New Issue
Block a user