Skip to content
Snippets Groups Projects
Commit 4b6e6ba3 authored by Sjoerd's avatar Sjoerd
Browse files

fix: remove slack sample db

parent ceef94fb
No related branches found
No related tags found
1 merge request!322fix: remove slack sample db
Pipeline #141385 failed
......@@ -104,30 +104,6 @@ export const sampleSaveStates: Array<SaveStateSampleI> = [
createdAt: '',
updatedAt: '',
},
{
id: nilUUID,
name: 'Slack',
subtitle: 'Hosted by Neo4j',
description: 'Communication network consisting of several types of users and messages',
dbConnections: [
{
username: 'slack',
password: 'slack',
url: 'demo.neo4jlabs.com',
port: 7687,
protocol: 'neo4j+s://',
internalDatabaseName: 'slack',
type: DatabaseType.Neo4j,
},
],
schemas: [],
queries: [qbInitialState],
visualizations: { activeVisualizationIndex: -1, openVisualizationArray: [] },
shareState: {},
userId: '',
createdAt: '',
updatedAt: '',
},
{
id: nilUUID,
name: 'Game of Thrones',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment